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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java186 native void nSimpleMeshBindVertex(int id, int alloc, int slot); method in class:RenderScript
H A DSimpleMesh.java39 mRS.nSimpleMeshBindVertex(mID, a.mID, slot);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1335 nSimpleMeshBindVertex(JNIEnv *_env, jobject _this, jint s, jint alloc, jint slot) function
1338 LOG_API("nSimpleMeshBindVertex, con(%p), SimpleMesh(%p), Alloc(%p), slot(%i)", con, (RsSimpleMesh)s, (RsAllocation)alloc, slot);
1478 {"nSimpleMeshBindVertex", "(III)V", (void*)nSimpleMeshBindVertex },

Completed in 43 milliseconds