Searched defs:apiType (Results 1 – 12 of 12) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderContext.cpp | 120 …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()
|
D | gluStrUtil.cpp | 126 std::ostream& operator<< (std::ostream& str, ApiType apiType) in operator <<()
|
D | gluRenderContext.hpp | 169 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
|
/external/deqp/framework/egl/ |
D | egluPlatform.cpp | 39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary()
|
D | egluGLFunctionLoader.cpp | 60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) in getLibrary()
|
D | egluGLUtil.cpp | 57 EGLint apiRenderableType (glu::ApiType apiType) in apiRenderableType()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 54 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()
|
D | glsDrawTest.hpp | 218 glu::ApiType apiType; //!< needed in spec validation member
|
D | glsFragOpInteractionCase.cpp | 217 …puteRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int target… in computeRandomRenderCommand()
|
/external/deqp/modules/egl/ |
D | teglTestCase.cpp | 67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions,… in initGLFunctions()
|
D | teglImageTests.cpp | 222 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, ApiType apiType) in chooseConfig()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 301 const ApiType apiType = contextType.getAPI(); in createContext() local
|