Home
last modified time | relevance | path

Searched refs:EGL_LOSE_CONTEXT_ON_RESET_EXT (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/tests/gl_tests/
DContextLostTest.cpp20 setContextResetStrategy(EGL_LOSE_CONTEXT_ON_RESET_EXT); in ContextLostTest()
128 setContextResetStrategy(EGL_LOSE_CONTEXT_ON_RESET_EXT); in ContextLostSkipValidationTest()
/external/angle/src/tests/egl_tests/
DEGLRobustnessTest.cpp208 createContext(EGL_LOSE_CONTEXT_ON_RESET_EXT); in TEST_P()
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl242 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
DeglwEnums.inl242 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/swiftshader/include/EGL/
Deglext.h660 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/mesa3d/include/EGL/
Deglext.h670 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/angle/include/EGL/
Deglext.h651 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h688 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h510 #define EGL_LOSE_CONTEXT_ON_RESET_EXT 0x31BF macro
/external/angle/src/libANGLE/
DvalidationEGL.cpp1695 if (value == EGL_LOSE_CONTEXT_ON_RESET_EXT) in ValidateCreateContext()