Searched defs:glDispatchComputeIndirect (Results 1 - 2 of 2) 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
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java210 // C function void glDispatchComputeIndirect ( GLintptr indirect );
212 public static native void glDispatchComputeIndirect(long indirect); method in class:GLES31

Completed in 1148 milliseconds