Home
last modified time | relevance | path

Searched refs:GLCONTEXT_LOG_CALLS (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp58 m_wrapper->enableLogging((logFlags & GLCONTEXT_LOG_CALLS) != 0); in GLContext()
119 m_wrapper->enableLogging((logFlags & GLCONTEXT_LOG_CALLS) != 0); in enableLogging()
169 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in viewport()
298 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in copyTexImage1D()
314 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in copyTexImage2D()
330 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in copyTexSubImage1D()
345 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in copyTexSubImage2D()
360 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in copyTexSubImage3D()
488 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in scissor()
605 if ((m_logFlags & GLCONTEXT_LOG_CALLS) != 0) in blitFramebuffer()
[all …]
DsglrGLContext.hpp46 GLCONTEXT_LOG_CALLS = (1 << 0), enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthTests.cpp144 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)… in iterate()
Des2fFboApiTest.cpp616 …xt context(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4… in iterate()
Des2fTextureUnitTests.cpp795 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS|sglr::GLCONTEXT_LOG_PROGRAMS, tc… in iterate()
Des2fFboRenderTest.cpp585 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)… in iterate()
Des2fTextureSpecificationTests.cpp434 …sglr::GLContext gles2Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, widt… in iterate()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp83 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)… in iterate()
Des3fDepthTests.cpp147 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)… in iterate()
Des3fFboApiTests.cpp565 …sglr::GLContext context(m_context.getRenderContext(), log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(0… in iterate()
Des3fDrawTests.cpp660 …sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS in iterate()
Des3fTextureUnitTests.cpp1027 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS|sglr::GLCONTEXT_LOG_PROGRAMS, tc… in iterate()
Des3fFboRenderTest.cpp449 …sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)… in iterate()
Des3fTextureSpecificationTests.cpp197 …sglr::GLContext gles3Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, widt… in iterate()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp790 …sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS in iterate()
2304 …sglr::GLContext gl(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tc… in iterate()
2472 …sglr::GLContext gl(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tc… in iterate()
2616 …xt gl (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4… in iterate()
Des31fTextureSpecificationTests.cpp154 …sglr::GLContext gles31Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, wid… in iterate()
Des31fGeometryShaderTests.cpp1886 …:GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLC… in init()
2396 …:GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLC… in init()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp480 …m_glCtx = new sglr::GLContext(m_renderCtx, m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS|sglr::GLC… in init()
DglsVertexArrayTests.cpp1790 …m_glesContext = new sglr::GLContext(m_renderCtx, m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | … in init()
DglsDrawTest.cpp3118 …m_glesContext = new sglr::GLContext(m_renderCtx, m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | s… in init()