HomeSort by relevance Sort by last modified time
    Searched refs:GL_SYNC_FLUSH_COMMANDS_BIT (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/skia/src/gpu/gl/
SkGLContext.cpp 25 static const GrGLbitfield GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001;
152 return GL_WAIT_FAILED != fGLClientWaitSync(glsync, flush ? GL_SYNC_FLUSH_COMMANDS_BIT : 0, -1);
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 292 addChild(new FenceSyncCase(m_context, "client_wait_sync_flush_auto", "", 10000, COMMAND_CLIENT_WAIT_SYNC, GL_SYNC_FLUSH_COMMANDS_BIT, 0, 0));
  /external/mesa3d/src/mesa/main/
syncobj.c 311 if ((flags & ~GL_SYNC_FLUSH_COMMANDS_BIT) != 0) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 295 public static final int GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 296 public final int GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001;
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 342 #define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 352 #define GL_SYNC_FLUSH_COMMANDS_BIT 0x00000001
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 295 public static final int GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 966 GL_SYNC_FLUSH_COMMANDS_BIT(0x00000001),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 93 milliseconds

1 2 3 4