Home
last modified time | relevance | path

Searched defs:glDispatchComputeIndirect (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDispatchComputeIndirect.java3 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method
/frameworks/base/opengl/java/android/opengl/
DGLES31.java212 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method in GLES31
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto674 glDispatchComputeIndirect = 647; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1480 const GLMessage_Function GLMessage::glDispatchComputeIndirect; member in android::gltrace::GLMessage
Dgltrace.pb.h1828 static const Function glDispatchComputeIndirect = GLMessage_Function_glDispatchComputeIndirect; variable