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

1 2 3 4 5

  /external/swiftshader/src/OpenGL/libGLESv2/
Fence.cpp 143 values[0] = GL_SYNC_FENCE;
  /external/mesa3d/src/mesa/main/
syncobj.c 168 * - type is GL_SYNC_FENCE
185 && (syncObj->Type == GL_SYNC_FENCE)
280 syncObj = ctx->Driver.NewSyncObject(ctx, GL_SYNC_FENCE);
282 syncObj->Type = GL_SYNC_FENCE;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 51 if (type == GL_SYNC_FENCE) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 287 public static final int GL_SYNC_FENCE = 0x9116;
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 287 public static final int GL_SYNC_FENCE = 0x9116;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 344 #define GL_SYNC_FENCE 0x9116
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 344 #define GL_SYNC_FENCE 0x9116
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 958 GL_SYNC_FENCE(0x9116),
    [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...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/GLES3/
gl3.h     [all...]

Completed in 1497 milliseconds

1 2 3 4 5