summaryrefslogtreecommitdiffstats
path: root/libs/rs/RenderScript.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-02-09 16:05:07 -0800
committerJason Sams <rjsams@android.com>2010-02-09 16:05:07 -0800
commit704ff64b099406bb328898a7443921f22dbffd6d (patch)
treef5ec300c4d3bd6cdb6225909b4435d44a4a226dd /libs/rs/RenderScript.h
parent5bec3aa2c6bcde7f81ca77b0887296bf05a745c8 (diff)
downloadframeworks_base-704ff64b099406bb328898a7443921f22dbffd6d.zip
frameworks_base-704ff64b099406bb328898a7443921f22dbffd6d.tar.gz
frameworks_base-704ff64b099406bb328898a7443921f22dbffd6d.tar.bz2
Preview seperating RenderScript into RenderScript and RenderScriptGL
Diffstat (limited to 'libs/rs/RenderScript.h')
-rw-r--r--libs/rs/RenderScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/rs/RenderScript.h b/libs/rs/RenderScript.h
index 6662333..02667d8 100644
--- a/libs/rs/RenderScript.h
+++ b/libs/rs/RenderScript.h
@@ -55,7 +55,8 @@ RsDevice rsDeviceCreate();
void rsDeviceDestroy(RsDevice);
void rsDeviceSetConfig(RsDevice, RsDeviceParam, int32_t value);
-RsContext rsContextCreate(RsDevice, uint32_t version, bool useDepth);
+RsContext rsContextCreate(RsDevice, uint32_t version);
+RsContext rsContextCreateGL(RsDevice, uint32_t version, bool useDepth);
void rsContextDestroy(RsContext);
void rsObjDestroyOOB(RsContext, void *);