/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A 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(), renderCfg); in createRenderContext()
|
H A D | glcContext.hpp | 78 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
|
H A D | glcNoErrorTests.cpp | 81 RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in verifyNoErrorContext()
|
H A D | glcContextFlagsTests.cpp | 71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
|
H A D | glcMultipleContextsTests.cpp | 576 glu::createRenderContext(m_testCtx.getPlatform(), command_line, render_config, shared_context); in initSharedContexts()
|
H A D | glcRobustnessTests.cpp | 86 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
|
H A D | glcKHRDebugTests.cpp | 196 m_rc = createRenderContext(platform, commandLine, renderCfg); in initDebug() 213 m_rc = createRenderContext(platform, commandLine, renderCfg); in initNonDebug()
|
H A D | glcRobustBufferAccessBehaviorTests.cpp | 1048 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tes31Context_override.cpp | 32 createRenderContext(); in Context() 47 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tes31Context.cpp | 43 createRenderContext(); in Context() 58 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
|
H A D | tes31Context.hpp | 61 void createRenderContext (void);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cContextFlushControlTests.cpp | 214 context = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLine(), in createNoFlushContext() 486 m_context = platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCommandLine(), in createContext()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderContext.cpp | 133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext) in createRenderContext() function 184 return createRenderContext(platform, cmdLine, config); in createDefaultRenderContext()
|
H A D | gluRenderContext.hpp | 238 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext = DE_NULL);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 660 m_sharedContext = glu::createRenderContext(m_testcontext.getPlatform(), cmdLine, config, &base_render_context); 794 m_sharedContext = glu::createRenderContext(m_testcontext.getPlatform(), cmdLine, config, &base_render_context);
|