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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1160 mRS.nAllocationGetSurfaceTextureID2(getID(mRS), st);
H A DRenderScript.java298 synchronized void nAllocationGetSurfaceTextureID2(int alloc, SurfaceTexture st) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp481 nAllocationGetSurfaceTextureID2(JNIEnv *_env, jobject _this, RsContext con, jint a, jobject jst) function
483 LOG_API("nAllocationGetSurfaceTextureID2, con(%p), a(%p)", con, (RsAllocation)a);
1453 {"rsnAllocationGetSurfaceTextureID2","(IILandroid/graphics/SurfaceTexture;)V",(void*)nAllocationGetSurfaceTextureID2 },

Completed in 42 milliseconds