Home
last modified time | relevance | path

Searched refs:createRenderContext (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A 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(), renderCfg); in createRenderContext()
H A DglcContext.hpp78 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
H A DglcNoErrorTests.cpp81 RenderContext* noErrorContext = createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in verifyNoErrorContext()
H A DglcContextFlagsTests.cpp71 m_caseContext = glu::createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createContext()
H A DglcMultipleContextsTests.cpp576 glu::createRenderContext(m_testCtx.getPlatform(), command_line, render_config, shared_context); in initSharedContexts()
H A DglcRobustnessTests.cpp86 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
H A DglcKHRDebugTests.cpp196 m_rc = createRenderContext(platform, commandLine, renderCfg); in initDebug()
213 m_rc = createRenderContext(platform, commandLine, renderCfg); in initNonDebug()
H A DglcRobustBufferAccessBehaviorTests.cpp1048 return createRenderContext(m_testCtx.getPlatform(), commandLine, renderCfg); in createRobustContext()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dtes31Context_override.cpp32 createRenderContext(); in Context()
47 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31Context.cpp43 createRenderContext(); in Context()
58 void Context::createRenderContext (void) in createRenderContext() function in deqp::gles31::Context
H A Dtes31Context.hpp61 void createRenderContext (void);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cContextFlushControlTests.cpp214 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 DgluRenderContext.cpp133 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 DgluRenderContext.hpp238 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 Des31cComputeShaderTests.cpp660 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);

Completed in 22 milliseconds