Searched refs:GetBitmapSize (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1064 static size_t GetBitmapSize(JNIEnv *env, jobject jbitmap) { in GetBitmapSize() function 1090 GetBitmapSize(_env, jbitmap), in nAllocationCreateFromBitmap() 1129 … GetBitmapSize(_env, jbitmap), in nAllocationCubeCreateFromBitmap() 1149 info.height, pixels, GetBitmapSize(_env, jbitmap), 0); in nAllocationCopyFromBitmap() 1166 GetBitmapSize(_env, jbitmap)); in nAllocationCopyToBitmap()
|