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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp170 static jfieldID gNativeBitmapID = 0; variable
178 gNativeBitmapID = _env->GetFieldID(bitmapClass, "mNativeBitmap", "J");
598 (SkBitmap const *)_env->GetLongField(jbitmap, gNativeBitmapID);
614 (SkBitmap const *)_env->GetLongField(jbitmap, gNativeBitmapID);
630 (SkBitmap const *)_env->GetLongField(jbitmap, gNativeBitmapID);
646 (SkBitmap const *)_env->GetLongField(jbitmap, gNativeBitmapID);
663 (SkBitmap const *)_env->GetLongField(jbitmap, gNativeBitmapID);

Completed in 20 milliseconds