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

  /external/deqp/framework/opengl/
gluRenderContext.cpp 40 inline bool versionGreaterOrEqual (ApiType a, ApiType b)
46 bool contextSupports (ContextType ctxType, ApiType requiredApiType)
119 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType)
133 config.type = glu::ContextType(apiType, ctxFlags);
168 if (config.type.getAPI() == ApiType::es(3,1))
178 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType)
183 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

Completed in 37 milliseconds