/external/deqp/framework/opengl/ |
D | gluRenderContext.cpp | 169 …ateDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType) in createDefaultRenderContext() 183 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType) in getExtensions() 231 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension) in hasExtension() 238 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions() 242 ApiType apiType; in initCoreFunctions() member 275 …id initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initExtensionFunctions() 290 …onFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExten… in initExtensionFunctions() 298 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 | 174 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcNoErrorTests.cpp | 50 NoErrorContextTest::NoErrorContextTest(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorContextTest() 123 NoErrorTests::NoErrorTests(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorTests()
|
D | glcRobustnessTests.cpp | 57 glu::ApiType apiType) in RobustnessBase() 94 …ionCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in NoResetNotificationCase() 150 …setCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in LoseContextOnResetCase() 187 static deqp::Context* createContext(tcu::TestContext& testCtx, glu::ApiType apiType) in createContext() 238 GetnUniformTest::GetnUniformTest(tcu::TestContext& testCtx, glu::ApiType apiType) in GetnUniformTest() 459 ReadnPixelsTest::ReadnPixelsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ReadnPixelsTest() 690 RobustnessTests::RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustnessTests()
|
D | glcContextFlagsTests.cpp | 46 const char* name, const char* description, glu::ApiType apiType) in ContextFlagsCase() 111 ContextFlagsTests::ContextFlagsTests(tcu::TestContext& testCtx, glu::ApiType apiType) in ContextFlagsTests()
|
/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 | 223 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 | teglRobustnessTests.cpp | 540 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType) in initGLFunctions() 1439 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1493 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1553 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local 1641 const glu::ApiType apiType = paramsToApiType(m_params); in iterate() local
|
D | teglImageTests.cpp | 231 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, ApiType apiType) in chooseConfig()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.hpp | 47 glu::ApiType apiType; member
|
D | glcTestRunner.cpp | 197 static const char* getApiName(glu::ApiType apiType) in getApiName() 316 …stRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu::ApiType apiType) in getTestRunsForAOSPES()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cCommonBugsTests.cpp | 4772 glu::ApiType apiType = context_type.getAPI(); in getReservedNames() local 4888 glu::ApiType apiType = context_type.getAPI(); in getShaderBody() local
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 316 const ApiType apiType = contextType.getAPI(); in createContext() local
|