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

/external/mesa3d/src/mesa/main/
H A Drobustness.c38 _mesa_error(ctx, GL_CONTEXT_LOST, "GetSynciv(invalid call)");
49 _mesa_error(ctx, GL_CONTEXT_LOST, "GetQueryObjectuiv(context lost)");
60 _mesa_error(ctx, GL_CONTEXT_LOST, "context lost");
/external/deqp/modules/egl/
H A DteglRobustnessTests.cpp717 // Reset GL_CONTEXT_LOST error before destroying resources
942 // Reset GL_CONTEXT_LOST error before destroying resources
1079 // Reset GL_CONTEXT_LOST error before destroying resources
1677 if (error.getError() == GL_CONTEXT_LOST)
1684 << "Warning: glGetError() returned wrong value [" << error.what() << ", expected " << glu::getErrorStr(GL_CONTEXT_LOST) << "]"
1698 if (error.getError() == GL_CONTEXT_LOST)
1709 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, "Warning: glGetError() returned wrong value. Expected GL_CONTEXT_LOST");
1712 << "Warning: glGetError() returned wrong value [" << error.what() << ", expected " << glu::getErrorStr(GL_CONTEXT_LOST) << "]"
2020 if (error.getError() == GL_CONTEXT_LOST)
2026 if (gl.getError() != GL_CONTEXT_LOST)
[all...]
/external/deqp/framework/opengl/
H A DgluStrUtil.inl17 case GL_CONTEXT_LOST: return "GL_CONTEXT_LOST";
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl117 #define GL_CONTEXT_LOST 0x0507
/external/mesa3d/include/GLES3/
H A Dgl32.h1616 #define GL_CONTEXT_LOST 0x0507 macro
/external/mesa3d/include/GL/
H A Dglcorearb.h2652 #define GL_CONTEXT_LOST 0x0507 macro
H A Dglext.h2600 #define GL_CONTEXT_LOST 0x0507 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2652 #define GL_CONTEXT_LOST 0x0507 macro
H A Dglext.h2600 #define GL_CONTEXT_LOST 0x0507 macro

Completed in 345 milliseconds