Searched refs:m_apiType (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 229 , m_apiType (apiType) in GetProcAddressCoreFunctionsCase() 259 switch (m_apiType) { in isApiSupported() 273 renderableType = RenderableType(m_apiType); in isApiSupported() 300 const FunctionNames funcNames = getCoreFunctionNames(m_apiType); in executeTest() 307 switch (m_apiType) in executeTest() 318 …ge << eglu::getConfigAttribValueStr(EGL_RENDERABLE_TYPE, RenderableType(m_apiType)) << " not suppo… in executeTest() 346 const ApiType m_apiType; member in deqp::egl::GetProcAddressCoreFunctionsCase
|
/external/deqp/modules/gles31/ |
D | tes31Context.cpp | 40 , m_apiType (apiType) in Context() 64 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
|
D | tes31Context.hpp | 67 glu::ApiType m_apiType; member in deqp::gles31::Context
|
/external/angle/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 29 , m_apiType (apiType) in Context() 59 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcMultipleContextsTests.hpp | 53 glu::ApiType m_apiType; member in glcts::MultipleContextsTests
|
D | glcKHRDebugTests.cpp | 150 : m_gl(0), m_is_debug(is_debug), m_rc(0), m_testContext(testContext), m_apiType(apiType) in TestBase() 188 glu::RenderConfig renderCfg(glu::ContextType(m_apiType, glu::CONTEXT_DEBUG)); in initDebug() 205 glu::RenderConfig renderCfg(glu::ContextType(m_apiType, glu::ContextFlags(0))); in initNonDebug() 2420 , m_apiType(apiType) in KHRDebugTests() 2431 addChild(new KHRDebug::APIErrorsTest(m_testCtx, m_apiType, false, "api_errors_non_debug")); in init() 2432 addChild(new KHRDebug::LabelsTest(m_testCtx, m_apiType, false, "labels_non_debug")); in init() 2433 addChild(new KHRDebug::ReceivingMessagesTest(m_testCtx, m_apiType)); in init() 2434 addChild(new KHRDebug::GroupsTest(m_testCtx, m_apiType)); in init() 2435 addChild(new KHRDebug::APIErrorsTest(m_testCtx, m_apiType, true, "api_errors_debug")); in init() 2436 addChild(new KHRDebug::LabelsTest(m_testCtx, m_apiType, true, "labels_debug")); in init() [all …]
|
D | glcKHRDebugTests.hpp | 77 glu::ApiType m_apiType; member in glcts::KHRDebug::TestBase 475 glu::ApiType m_apiType; member in glcts::KHRDebugTests
|
D | glcMultipleContextsTests.cpp | 862 , m_apiType(apiType) in MultipleContextsTests() 872 addChild(new UniformPreservationTest(m_testCtx, m_apiType)); in init()
|