HomeSort by relevance Sort by last modified time
    Searched defs:createRenderContext (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcContext.cpp 40 createRenderContext(contextType);
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags)
65 m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), renderCfg);
  /external/deqp/modules/gles31/
tes31Context.cpp 43 createRenderContext();
58 void Context::createRenderContext (void)
  /external/deqp/framework/opengl/
gluRenderContext.cpp 133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config)
180 return createRenderContext(platform, cmdLine, config);

Completed in 57 milliseconds