Searched refs:script_ptr (Results 1 - 2 of 2) sorted by relevance
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 856 jbyte* script_ptr = NULL; local 876 script_ptr = (jbyte *) 879 //rsScriptCSetText(con, (const char *)script_ptr, length); 884 (const char *)script_ptr, length); 887 if (script_ptr) { 888 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,
|
/frameworks/base/graphics/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1194 jbyte* script_ptr = NULL; local 1214 script_ptr = (jbyte *) 1217 //rsScriptCSetText(con, (const char *)script_ptr, length); 1222 (const char *)script_ptr, length); 1225 if (script_ptr) { 1226 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,
|
Completed in 38 milliseconds