Searched defs:script_ptr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1862 jbyte* script_ptr = NULL; local
1882 script_ptr = (jbyte *)
1885 //rsScriptCSetText(con, (const char *)script_ptr, length);
1890 (const char *)script_ptr, length);
1893 if (script_ptr) {
1894 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2215 jbyte* script_ptr = nullptr; local
2235 script_ptr = (jbyte *)
2237 if (script_ptr == nullptr) {
2242 //rsScriptCSetText((RsContext)con, (const char *)script_ptr, length);
2247 (const char *)script_ptr, length);
2250 if (script_ptr) {
2251 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,

Completed in 204 milliseconds