Home
last modified time | relevance | path

Searched refs:m_types (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fLifetimeTests.cpp53 MovePtr<Types> m_types; member in deqp::gles2::Functional::__anon30427::TestGroup
61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init()
62 addTestCases(*this, *m_types); in init()
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp724 Type m_types; member in deqp::egl::MultiThreadedObjectTest
750 , m_types ((Type)type) in MultiThreadedObjectTest()
910 if ((m_types & TYPE_WINDOW) != 0) in runThread()
913 if ((m_types & TYPE_PBUFFER) != 0) in runThread()
916 if ((m_types & TYPE_PIXMAP) != 0) in runThread()
936 if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP) == 0 && (m_types & TYPE_CONTEXT) == 0) in runThread()
974 if ((m_types in runThread()
[all...]
H A DteglMemoryStressTests.cpp94 ObjectType m_types; member in deqp::egl::__anon30368::MemoryAllocator
113 , m_types (types) in MemoryAllocator()
144 if ((m_types & OBJECTTYPE_CONTEXT) != 0) in allocateUntilFailure()
147 if ((m_types & OBJECTTYPE_PBUFFER) != 0) in allocateUntilFailure()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES3Types()
561 MovePtr<Types> m_types; member in deqp::gles3::Functional::__anon30571::TestGroup
569 m_types = MovePtr<Types>(new ES3Types(ltCtx)); in init()
571 addTestCases(*this, *m_types); in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp265 const vector<Type*>& getTypes (void) { return m_types; } in getTypes()
272 vector<Type*> m_types; member in deqp::gls::LifetimeTests::details::Types
H A DglsLifetimeTests.cpp756 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp4307 << "T1:" << Utils::getTypeName(test_case.m_types.m_t1, test_case.m_n_cols, in prepareNextTestCase()
4309 << " T2:" << Utils::getTypeName(test_case.m_types.m_t2, test_case.m_n_cols, in prepareNextTestCase()
4506 const GLchar* t1 = Utils::getTypeName(test_case.m_types.m_t1, test_case.m_n_cols, test_case.m_n_rows); in prepareShaderSource()
4507 const GLchar* t2 = Utils::getTypeName(test_case.m_types.m_t2, test_case.m_n_cols, test_case.m_n_rows); in prepareShaderSource()
4567 switch (test_case.m_types.m_t2) in prepareUniforms()
4603 m_debug_test_case.m_types.m_t1 = Utils::FLOAT; in testInit()
4604 m_debug_test_case.m_types.m_t2 = Utils::FLOAT; in testInit()
H A Dgl4cShadingLanguage420PackTests.hpp969 typesPair m_types; member
H A Dgl4cEnhancedLayoutsTests.hpp4893 std::vector<testType> m_types; member
H A Dgl4cEnhancedLayoutsTests.cpp28139 for (const testType& type : test_case.m_types) in test()
28187 for (const testType& type : test_case.m_types) in test()
28381 for (const testType& type : test_case.m_types) in test()
28459 for (const testType& type : test_case.m_types) in test()

Completed in 66 milliseconds