Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.cpp169 …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()
DgluStrUtil.cpp126 std::ostream& operator<< (std::ostream& str, ApiType apiType) in operator <<()
DgluRenderContext.hpp174 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp57 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()
DglcNoErrorTests.cpp50 NoErrorContextTest::NoErrorContextTest(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorContextTest()
123 NoErrorTests::NoErrorTests(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorTests()
DglcContextFlagsTests.cpp46 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/
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.hpp223 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()
DteglRobustnessTests.cpp540 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
DteglImageTests.cpp231 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, ApiType apiType) in chooseConfig()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.hpp47 glu::ApiType apiType; member
DglcTestRunner.cpp197 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/
Dgl3cCommonBugsTests.cpp4772 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/
DtcuLnxX11GlxPlatform.cpp316 const ApiType apiType = contextType.getAPI(); in createContext() local