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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2216 jbyte* script_ptr = nullptr; local
2236 script_ptr = (jbyte *)
2238 if (script_ptr == nullptr) {
2243 //rsScriptCSetText((RsContext)con, (const char *)script_ptr, length);
2248 (const char *)script_ptr, length);
2251 if (script_ptr) {
2252 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1860 jbyte* script_ptr = NULL; local
1880 script_ptr = (jbyte *)
1883 //rsScriptCSetText(con, (const char *)script_ptr, length);
1888 (const char *)script_ptr, length);
1891 if (script_ptr) {
1892 _env->ReleasePrimitiveArrayCritical(scriptRef, script_ptr,

Completed in 1335 milliseconds