Searched refs:android_glDispatchComputeIndirect (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDispatchComputeIndirect.nativeReg | 1 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
|
D | glDispatchComputeIndirect.cpp | 2 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { in android_glDispatchComputeIndirect() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 455 static void android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) { in android_glDispatchComputeIndirect() function 3239 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
|