Home
last modified time | relevance | path

Searched defs:apiType (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderContext.cpp120 …ateDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType) in createDefaultRenderContext()
164 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType) in getExtensions()
212 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension) in hasExtension()
219 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions()
223 ApiType apiType; in initCoreFunctions() member
254 …id initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initExtensionFunctions()
269 …onFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExten… in initExtensionFunctions()
277 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions()
DgluStrUtil.cpp126 std::ostream& operator<< (std::ostream& str, ApiType apiType) in operator <<()
DgluRenderContext.hpp169 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
/external/deqp/framework/egl/
DegluPlatform.cpp39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary()
DegluGLFunctionLoader.cpp60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) in getLibrary()
DegluGLUtil.cpp57 EGLint apiRenderableType (glu::ApiType apiType) in apiRenderableType()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targe… in computeRandomRenderState()
254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands()
DglsDrawTest.hpp218 glu::ApiType apiType; //!< needed in spec validation member
DglsFragOpInteractionCase.cpp217 …puteRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int target… in computeRandomRenderCommand()
/external/deqp/modules/egl/
DteglTestCase.cpp67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions,… in initGLFunctions()
DteglImageTests.cpp222 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, ApiType apiType) in chooseConfig()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp301 const ApiType apiType = contextType.getAPI(); in createContext() local