HomeSort by relevance Sort by last modified time
    Searched full:gldispatchcomputeindirect (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDispatchComputeIndirect.nativeReg 0 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
glDispatchComputeIndirect.java 1 // C function void glDispatchComputeIndirect ( GLintptr indirect );
3 public static native void glDispatchComputeIndirect(long indirect);
glDispatchComputeIndirect.cpp 1 /* void glDispatchComputeIndirect ( GLintptr indirect ) */
11 glDispatchComputeIndirect((GLintptr)indirect);
  /external/deqp/modules/gles31/functional/
es31fNegativeComputeTests.cpp 413 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no active program for the compute shader stage.");
415 ctx.glDispatchComputeIndirect(indirect);
432 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if there is no active program for the compute shader stage.");
434 ctx.glDispatchComputeIndirect(indirect);
525 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if zero is bound to GL_DISPATCH_INDIRECT_BUFFER.");
527 ctx.glDispatchComputeIndirect(indirect);
545 ctx.beginSection("GL_INVALID_OPERATION is generated by glDispatchComputeIndirect if data is sourced beyond the end of the buffer object.");
547 ctx.glDispatchComputeIndirect(indirect);
556 ctx.beginSection("GL_INVALID_VALUE is generated by glDispatchComputeIndirect if the value of indirect is less than zero.");
558 ctx.glDispatchComputeIndirect(indirect)
    [all...]
  /development/ndk/platforms/android-21/arch-arm/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-21/arch-mips/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-21/arch-x86/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libGLESv3.so.functions.txt 86 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-arm/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-arm64/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-mips/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-mips64/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-x86/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /development/ndk/platforms/android-24/arch-x86_64/symbols/
libGLESv3.so.functions.txt 97 glDispatchComputeIndirect
  /external/mesa3d/src/mesa/main/
compute.c 56 _mesa_debug(ctx, "glDispatchComputeIndirect(%ld)\n", (long) indirect);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr2/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/libr6/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/lib/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/libr2/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/libr6/
libGLESv3.so 
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/lib/
libGLESv3.so 

Completed in 959 milliseconds

1 2 3 4 5 6