Searched refs:m_ApiType (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcContextFlagsTests.cpp | 40 glu::ApiType m_ApiType; member in glcts::ContextFlagsCase 51 , m_ApiType(apiType) in ContextFlagsCase() 63 glu::RenderConfig renderCfg(glu::ContextType(m_ApiType, m_passedFlags)); in createContext() 113 , m_ApiType(apiType) in ContextFlagsTests() 124 "Verifies no flags case.", m_ApiType)); in init() 126 "Verifies debug flag case..", m_ApiType)); in init() 128 "robust_flag_set_case", "Verifies robust access flag case.", m_ApiType)); in init() 133 m_ApiType)); in init()
|
D | glcNoErrorTests.cpp | 53 , m_ApiType(apiType) in NoErrorContextTest() 73 RenderConfig renderCfg(glu::ContextType(m_ApiType, glu::CONTEXT_NO_ERROR)); in verifyNoErrorContext() 95 glu::ContextType contextType(m_ApiType); in iterate() 125 , m_ApiType(apiType) in NoErrorTests() 132 addChild(new NoErrorContextTest(m_testCtx, m_ApiType)); in init()
|
D | glcRobustnessTests.cpp | 53 glu::ApiType m_ApiType; member in glcts::ResetNotificationStrategy::RobustnessBase 58 : tcu::TestCase(testCtx, name, description), m_ApiType(apiType) in RobustnessBase() 66 deqp::Context context(m_testCtx, glu::ContextType(m_ApiType)); in createRobustContext() 76 glu::RenderConfig renderCfg(glu::ContextType(m_ApiType, glu::CONTEXT_ROBUST)); in createRobustContext() 221 glu::ApiType m_ApiType; member in glcts::RobustBufferAccessBehavior::GetnUniformTest 231 , m_ApiType(apiType) in GetnUniformTest() 242 de::SharedPtr<deqp::Context> context(createContext(m_testCtx, m_ApiType)); in iterate() 408 glu::ApiType m_ApiType; member in glcts::RobustBufferAccessBehavior::ReadnPixelsTest 419 , m_ApiType(apiType) in ReadnPixelsTest() 430 de::SharedPtr<deqp::Context> context(createContext(m_testCtx, m_ApiType)); in iterate() [all …]
|
D | glcNoErrorTests.hpp | 55 glu::ApiType m_ApiType; member in glcts::NoErrorContextTest 72 glu::ApiType m_ApiType; member in glcts::NoErrorTests
|
D | glcContextFlagsTests.hpp | 50 glu::ApiType m_ApiType; member in glcts::ContextFlagsTests
|
D | glcRobustnessTests.hpp | 58 glu::ApiType m_ApiType; member in glcts::RobustnessTests
|
D | glcRobustBufferAccessBehaviorTests.cpp | 3648 , m_ApiType(apiType) in RobustBufferAccessBehaviorTests() 3658 addChild(new RobustBufferAccessBehavior::VertexBufferObjectsTest(m_testCtx, m_ApiType)); in init() 3659 addChild(new RobustBufferAccessBehavior::TexelFetchTest(m_testCtx, m_ApiType)); in init() 3660 addChild(new RobustBufferAccessBehavior::ImageLoadStoreTest(m_testCtx, m_ApiType)); in init() 3661 addChild(new RobustBufferAccessBehavior::StorageBufferTest(m_testCtx, m_ApiType)); in init() 3662 addChild(new RobustBufferAccessBehavior::UniformBufferTest(m_testCtx, m_ApiType)); in init()
|
D | glcRobustBufferAccessBehaviorTests.hpp | 592 glu::ApiType m_ApiType; member in glcts::RobustBufferAccessBehaviorTests
|