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

  /external/deqp/framework/opengl/
gluRenderContext.cpp 41 inline bool versionGreaterOrEqual (ApiType a, ApiType b)
47 bool contextSupports (ContextType ctxType, ApiType requiredApiType)
120 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType)
134 config.type = glu::ContextType(apiType, ctxFlags);
164 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType)
169 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 47 using glu::ApiType;
301 const ApiType apiType = contextType.getAPI();
307 switch (apiType.getProfile())
325 GLX_CONTEXT_MAJOR_VERSION_ARB, apiType.getMajorVersion(),
326 GLX_CONTEXT_MINOR_VERSION_ARB, apiType.getMinorVersion(),
  /external/deqp/modules/glshared/
glsDrawTest.hpp 209 bool valid (glu::ApiType apiType) const;
218 glu::ApiType apiType; //!< needed in spec validation
  /external/deqp/modules/egl/
teglRobustnessTests.cpp 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"
    [all...]

Completed in 296 milliseconds