Searched refs:createRenderContext (Results 1 – 13 of 13) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcContext.cpp | 40 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()
|
D | glcContext.hpp | 78 …void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::Context…
|
D | glcNoErrorTests.cpp | 81 …RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCf… in verifyNoErrorContext()
|
D | glcContextFlagsTests.cpp | 71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
|
D | glcRobustnessTests.cpp | 86 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
|
D | glcMultipleContextsTests.cpp | 576 glu::createRenderContext(m_testCtx.getPlatform(), command_line, render_config, shared_context); in initSharedContexts()
|
D | glcKHRDebugTests.cpp | 196 m_rc = createRenderContext(platform, commandLine, renderCfg); in initDebug() 213 m_rc = createRenderContext(platform, commandLine, renderCfg); in initNonDebug()
|
D | glcRobustBufferAccessBehaviorTests.cpp | 1052 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
|
/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 43 createRenderContext(); in Context() 58 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
|
D | tes31Context.hpp | 60 void createRenderContext (void);
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.cpp | 133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const… in createRenderContext() function 184 return createRenderContext(platform, cmdLine, config); in createDefaultRenderContext()
|
D | gluRenderContext.hpp | 235 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, c…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cContextFlushControlTests.cpp | 214 …context = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLin… in createNoFlushContext() 486 …m_context = platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCom… in createContext()
|