Home
last modified time | relevance | path

Searched refs:m_apiType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp229 , 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/
Dtes31Context.cpp40 , m_apiType (apiType) in Context()
64 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
Dtes31Context.hpp67 glu::ApiType m_apiType; member in deqp::gles31::Context
/external/angle/src/tests/deqp_support/
Dtes31Context_override.cpp29 , m_apiType (apiType) in Context()
59 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.hpp53 glu::ApiType m_apiType; member in glcts::MultipleContextsTests
DglcKHRDebugTests.cpp150 : 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 …]
DglcKHRDebugTests.hpp77 glu::ApiType m_apiType; member in glcts::KHRDebug::TestBase
475 glu::ApiType m_apiType; member in glcts::KHRDebugTests
DglcMultipleContextsTests.cpp862 , m_apiType(apiType) in MultipleContextsTests()
872 addChild(new UniformPreservationTest(m_testCtx, m_apiType)); in init()