Home
last modified time | relevance | path

Searched refs:GL_CONTEXT_LOST (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Drobustness.c38 _mesa_error(ctx, GL_CONTEXT_LOST, "GetSynciv(invalid call)"); in _context_lost_GetSynciv()
49 _mesa_error(ctx, GL_CONTEXT_LOST, "GetQueryObjectuiv(context lost)"); in _context_lost_GetQueryObjectuiv()
60 _mesa_error(ctx, GL_CONTEXT_LOST, "context lost"); in context_lost_nop_handler()
/external/deqp/modules/egl/
DteglRobustnessTests.cpp1677 if (error.getError() == GL_CONTEXT_LOST) in execute()
1684 …eturned wrong value [" << error.what() << ", expected " << glu::getErrorStr(GL_CONTEXT_LOST) << "]" in execute()
1698 if (error.getError() == GL_CONTEXT_LOST) in execute()
1712 …eturned wrong value [" << error.what() << ", expected " << glu::getErrorStr(GL_CONTEXT_LOST) << "]" in execute()
2020 if (error.getError() == GL_CONTEXT_LOST) in iterate()
2026 if (gl.getError() != GL_CONTEXT_LOST) in iterate()
2146 if (error.getError() == GL_CONTEXT_LOST) in iterate()
/external/deqp/framework/opengl/
DgluStrUtil.inl17 case GL_CONTEXT_LOST: return "GL_CONTEXT_LOST";
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl114 #define GL_CONTEXT_LOST 0x0507 macro
/external/mesa3d/include/GLES3/
Dgl32.h1616 #define GL_CONTEXT_LOST 0x0507 macro
/external/mesa3d/include/GL/
Dglcorearb.h2652 #define GL_CONTEXT_LOST 0x0507 macro
Dglext.h2600 #define GL_CONTEXT_LOST 0x0507 macro