Home
last modified time | relevance | path

Searched refs:createRenderContext (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcContext.cpp40 createRenderContext(contextType); in Context()
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext() function in deqp::Context
65 …m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), rend… in createRenderContext()
DglcContext.hpp78 …void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::Context…
DglcNoErrorTests.cpp81 …RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCf… in verifyNoErrorContext()
DglcContextFlagsTests.cpp71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
DglcRobustnessTests.cpp86 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
DglcMultipleContextsTests.cpp576 glu::createRenderContext(m_testCtx.getPlatform(), command_line, render_config, shared_context); in initSharedContexts()
DglcKHRDebugTests.cpp196 m_rc = createRenderContext(platform, commandLine, renderCfg); in initDebug()
213 m_rc = createRenderContext(platform, commandLine, renderCfg); in initNonDebug()
DglcRobustBufferAccessBehaviorTests.cpp1052 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
/external/deqp/modules/gles31/
Dtes31Context.cpp43 createRenderContext(); in Context()
58 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
Dtes31Context.hpp60 void createRenderContext (void);
/external/deqp/framework/opengl/
DgluRenderContext.cpp133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const… in createRenderContext() function
184 return createRenderContext(platform, cmdLine, config); in createDefaultRenderContext()
DgluRenderContext.hpp235 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, c…
/external/deqp/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp214 …context = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLin… in createNoFlushContext()
486 …m_context = platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCom… in createContext()