Home | History | Annotate | Download | only in egl

Lines Matching defs:apiType

376 glu::ApiType paramsToApiType (const RobustnessTestCase::Params& params)
386 return glu::ApiType::es(3, minorVersion);
434 void checkRequiredGLSupport (const glw::Functions& gl, glu::ApiType requiredApi)
460 checkRequiredGLSupport(gl, glu::ApiType::es(3, minorVersion));
473 void initGLFunctions (glw::Functions* gl, const glu::ApiType apiType);
533 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType)
545 m_eglTestCtx.initGLFunctions(gl, apiType);
548 const char* const robustnessExt = glu::hasExtension(*gl, apiType, "GL_KHR_robustness") ? "GL_KHR_robustness" : "GL_EXT_robustness";
551 m_eglTestCtx.initGLFunctions(gl, apiType, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
1420 const glu::ApiType apiType(3, 0, glu::PROFILE_ES);
1421 context.initGLFunctions(&gl, apiType);
1422 checkRequiredGLSupport(gl, apiType);
1474 const glu::ApiType apiType(3, 0, glu::PROFILE_ES);
1475 context.initGLFunctions(&gl, apiType);
1476 checkRequiredGLSupport(gl, apiType);
1534 const glu::ApiType apiType(3, 0, glu::PROFILE_ES);
1535 context.initGLFunctions(&gl, apiType);
1536 checkRequiredGLSupport(gl, apiType);
1622 const glu::ApiType apiType = paramsToApiType(m_params);
1623 context.initGLFunctions(&gl, apiType);