HomeSort by relevance Sort by last modified time
    Searched refs:GL_LOSE_CONTEXT_ON_RESET_EXT (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 87 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
893 else if (notificationStrategy == EGL_LOSE_CONTEXT_ON_RESET_KHR && strategy != GL_LOSE_CONTEXT_ON_RESET_EXT)
895 log << TestLog::Message << "glGetIntegerv(GL_RESET_NOTIFICATION_STRATEGY_EXT) returned '" << strategy << "', expected 'GL_LOSE_CONTEXT_ON_RESET_EXT'" << TestLog::EndMessage;
933 else if (notificationStrategyExt == EGL_LOSE_CONTEXT_ON_RESET_KHR && strategy != GL_LOSE_CONTEXT_ON_RESET_EXT)
935 log << TestLog::Message << "glGetIntegerv(GL_RESET_NOTIFICATION_STRATEGY_EXT) returned '" << strategy << "', expected 'GL_LOSE_CONTEXT_ON_RESET_EXT'" << TestLog::EndMessage;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 322 GL_LOSE_CONTEXT_ON_RESET_EXT(0x8252),
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 218 mResetStrategy = (notifyResets ? GL_LOSE_CONTEXT_ON_RESET_EXT : GL_NO_RESET_NOTIFICATION_EXT);
420 if (mResetStrategy == GL_LOSE_CONTEXT_ON_RESET_EXT)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h 363 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 363 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
    [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 366 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 345 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
    [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h 541 #define GL_LOSE_CONTEXT_ON_RESET_EXT 0x8252
    [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 871 milliseconds