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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDispatchComputeIndirect.java1 // C function void glDispatchComputeIndirect ( GLintptr indirect );
3 public static native void glDispatchComputeIndirect(long indirect); method
H A DglDispatchComputeIndirect.cpp1 /* void glDispatchComputeIndirect ( GLintptr indirect ) */
11 glDispatchComputeIndirect((GLintptr)indirect);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec2 void glDispatchComputeIndirect ( GLintptr indirect )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java217 // C function void glDispatchComputeIndirect ( GLintptr indirect );
219 public static native void glDispatchComputeIndirect(long indirect); method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h194 #define glDispatchComputeIndirect wrap_glDispatchComputeIndirect macro
H A Dgles_undefine.h194 #undef glDispatchComputeIndirect macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp467 /* void glDispatchComputeIndirect ( GLintptr indirect ) */
477 glDispatchComputeIndirect((GLintptr)indirect);
3692 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
H A Dgl32.h1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);

Completed in 1348 milliseconds