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

/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp112 static jfieldID gNativeBitmapID = 0; variable
120 gNativeBitmapID = _env->GetFieldID(bitmapClass, "mNativeBitmap", "I");
529 (SkBitmap const *)_env->GetIntField(jbitmap, gNativeBitmapID);
545 (SkBitmap const *)_env->GetIntField(jbitmap, gNativeBitmapID);
561 (SkBitmap const *)_env->GetIntField(jbitmap, gNativeBitmapID);
578 (SkBitmap const *)_env->GetIntField(jbitmap, gNativeBitmapID);
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp95 static jfieldID gNativeBitmapID = 0; variable
103 gNativeBitmapID = _env->GetFieldID(bitmapClass, "mNativeBitmap", "I");

Completed in 334 milliseconds