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

1 2

  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 217 DE_ASSERT(m_timeout == GL_TIMEOUT_IGNORED);
221 log << TestLog::Message << "// Wait command glWaitSync called with GL_TIMEOUT_IGNORED." << TestLog::EndMessage;
284 addChild(new FenceSyncCase(m_context, "wait_sync_smalldraw", "", 10, COMMAND_WAIT_SYNC, 0, GL_TIMEOUT_IGNORED, 0));
285 addChild(new FenceSyncCase(m_context, "wait_sync_largedraw", "", 10000, COMMAND_WAIT_SYNC, 0, GL_TIMEOUT_IGNORED, 0));
es3fNegativeFragmentApiTests.cpp 331 glWaitSync(0, 0, GL_TIMEOUT_IGNORED);
336 glWaitSync(sync, 0x0010, GL_TIMEOUT_IGNORED);
340 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED.");
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 335 ctx.glWaitSync(0, 0, GL_TIMEOUT_IGNORED);
340 ctx.glWaitSync(sync, 0x0010, GL_TIMEOUT_IGNORED);
344 ctx.beginSection("GL_INVALID_VALUE is generated if timeout is not GL_TIMEOUT_IGNORED.");
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 214 glWaitSync(m_syncObjects[i], 0, GL_TIMEOUT_IGNORED);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 296 // GL_TIMEOUT_IGNORED is defined as 0xFFFFFFFFFFFFFFFFull in C.
297 public static final long GL_TIMEOUT_IGNORED = -1;
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 343 #define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 353 #define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 296 // GL_TIMEOUT_IGNORED is defined as 0xFFFFFFFFFFFFFFFFull in C.
297 public static final long GL_TIMEOUT_IGNORED = -1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 967 GL_TIMEOUT_IGNORED(0xFFFFFFFFFFFFFFFFl),
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
gl31.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES3/
gl3.h     [all...]

Completed in 382 milliseconds

1 2