Searched refs:CONTEXT_DEBUG (Results 1 – 13 of 13) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcContextFlagsTests.cpp | 125 …addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_DEBUG, GL_CONTEXT_FLAG_DEBUG_BIT, "debug_fla… in init() 130 addChild(new ContextFlagsCase(m_testCtx, glu::CONTEXT_DEBUG | glu::CONTEXT_ROBUST, in init()
|
D | glcKHRDebugTests.cpp | 188 glu::RenderConfig renderCfg(glu::ContextType(m_apiType, glu::CONTEXT_DEBUG)); in initDebug()
|
/external/deqp/modules/gles31/functional/ |
D | es31fBooleanStateQueryTests.cpp | 115 …ool isDebugContext = (m_context.getRenderContext().getType().getFlags() & glu::CONTEXT_DEBUG) != 0; in init()
|
D | es31fDebugTests.cpp | 626 return (m_context.getRenderContext().getType().getFlags() & glu::CONTEXT_DEBUG) != 0; in isDebugContext() 2695 initial = (m_context.getRenderContext().getType().getFlags() & glu::CONTEXT_DEBUG) != 0; in iterate()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.cpp | 157 { CONTEXT_DEBUG, "debug" }, in operator <<()
|
D | gluRenderContext.hpp | 63 CONTEXT_DEBUG = (1<<1), //!< Debug context enumerator
|
D | gluRenderContext.cpp | 102 { "debug", CONTEXT_DEBUG }, in parseContextFlags()
|
D | gluStateReset.cpp | 603 if (type.getFlags() & glu::CONTEXT_DEBUG) in resetStateES() 1179 if (type.getFlags() & glu::CONTEXT_DEBUG) in resetStateGLCore()
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 138 if ((contextType.getFlags() & glu::CONTEXT_DEBUG) != 0) in createGLContext()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 375 if ((contextType.getFlags() & glu::CONTEXT_DEBUG) != 0) in EglRenderContext()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 462 if ((ctxType.getFlags() & glu::CONTEXT_DEBUG) != 0) in Context()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 363 if ((contextType.getFlags() & glu::CONTEXT_DEBUG) != 0) in createContext()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 235 flags = flags | glu::CONTEXT_DEBUG; in attribListToContextType()
|