Searched refs:GL_LOSE_CONTEXT_ON_RESET (Results 1 - 9 of 9) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp168 if (reset != GL_LOSE_CONTEXT_ON_RESET)
171 << ", expected " << GL_LOSE_CONTEXT_ON_RESET << "]." << tcu::TestLog::EndMessage;
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp65 DE_STATIC_ASSERT(GL_LOSE_CONTEXT_ON_RESET == 0x8252);
819 else if (expected == EGL_LOSE_CONTEXT_ON_RESET && strategy != GL_LOSE_CONTEXT_ON_RESET)
821 log << TestLog::Message << "glGetIntegerv(GL_RESET_NOTIFICATION_STRATEGY) returned '" << strategy << "', expected 'GL_LOSE_CONTEXT_ON_RESET'" << TestLog::EndMessage;
H A DteglRobustnessTests.cpp56 DE_STATIC_ASSERT(GL_LOSE_CONTEXT_ON_RESET == 0x8252);
1534 << "Check the reset notification strategy returned by glGetIntegerv() equals GL_LOSE_CONTEXT_ON_RESET\n\n"
1561 if (reset != GL_LOSE_CONTEXT_ON_RESET)
1564 << "Test failed! glGetIntegerv() returned wrong value. [" << reset << ", expected " << glu::getErrorStr(GL_LOSE_CONTEXT_ON_RESET) << "]"
2477 contextCreationTestGroup->addChild(new LoseContextOnResetCase (eglTestCtx, "lose_context_on_reset", "Query reset notification strategy after specifying GL_LOSE_CONTEXT_ON_RESET"));
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl462 #define GL_LOSE_CONTEXT_ON_RESET 0x8252
/external/mesa3d/include/GLES3/
H A Dgl32.h1610 #define GL_LOSE_CONTEXT_ON_RESET 0x8252 macro
/external/mesa3d/include/GL/
H A Dglcorearb.h2669 #define GL_LOSE_CONTEXT_ON_RESET 0x8252 macro
H A Dglext.h2617 #define GL_LOSE_CONTEXT_ON_RESET 0x8252 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2669 #define GL_LOSE_CONTEXT_ON_RESET 0x8252 macro
H A Dglext.h2617 #define GL_LOSE_CONTEXT_ON_RESET 0x8252 macro

Completed in 1858 milliseconds