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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp341 static size_t GetBitmapSize(JNIEnv *env, jobject jbitmap) { function
364 pixels, GetBitmapSize(_env, jbitmap), usage);
396 pixels, GetBitmapSize(_env, jbitmap), usage);
415 info.width, info.height, pixels, GetBitmapSize(_env, jbitmap), 0);
431 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, pixels, GetBitmapSize(_env, jbitmap));

Completed in 8 milliseconds