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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1158 int id = mRS.nAllocationGetSurfaceTextureID(getID(mRS));
H A DRenderScript.java293 synchronized int nAllocationGetSurfaceTextureID(int alloc) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp474 nAllocationGetSurfaceTextureID(JNIEnv *_env, jobject _this, RsContext con, jint a) function
476 LOG_API("nAllocationGetSurfaceTextureID, con(%p), a(%p)", con, (RsAllocation)a);
1452 {"rsnAllocationGetSurfaceTextureID", "(II)I", (void*)nAllocationGetSurfaceTextureID },

Completed in 201 milliseconds