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

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 332 case EGL_NO_RESET_NOTIFICATION_KHR:
377 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR;
  /external/mesa3d/src/egl/main/
eglcontext.c 332 case EGL_NO_RESET_NOTIFICATION_KHR:
377 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR;
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 61 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
203 case EGL_NO_RESET_NOTIFICATION_KHR: return "EGL_NO_RESET_NOTIFICATION_KHR";
870 if (notificationStrategy == EGL_NO_RESET_NOTIFICATION_KHR && strategy != GL_NO_RESET_NOTIFICATION_ARB)
888 if (notificationStrategy == EGL_NO_RESET_NOTIFICATION_KHR && strategy != GL_NO_RESET_NOTIFICATION_EXT)
910 if (notificationStrategyExt == EGL_NO_RESET_NOTIFICATION_KHR && strategy != GL_NO_RESET_NOTIFICATION_ARB)
928 if (notificationStrategyExt == EGL_NO_RESET_NOTIFICATION_KHR && strategy != GL_NO_RESET_NOTIFICATION_EXT)
    [all...]
  /external/chromium_org/third_party/angle/include/EGL/
eglext.h 444 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 433 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglext.h 431 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /external/mesa3d/include/EGL/
eglext.h 431 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /frameworks/native/opengl/include/EGL/
eglext.h 428 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 60 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 810 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 810 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
    [all...]

Completed in 1077 milliseconds