Searched refs:BufferTestBase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 1041 class BufferTestBase : public TestBase class 1045 …BufferTestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_descr… 1047 virtual ~BufferTestBase() in ~BufferTestBase() 3417 class XFBAllStagesTest : public BufferTestBase 3464 class XFBStrideOfEmptyListTest : public BufferTestBase 3475 using BufferTestBase::executeDrawCall; 3526 class XFBStrideOfEmptyListAndAPITest : public BufferTestBase 3537 using BufferTestBase::executeDrawCall; 3787 class XFBBlockMemberStrideTest : public BufferTestBase 3977 class XFBOverrideQualifiersWithAPITest : public BufferTestBase [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 5616 const GLuint BufferTestBase::bufferDescriptor::m_non_indexed = -1; in test() 5624 BufferTestBase::BufferTestBase(deqp::Context& context, const GLchar* test_name, const GLchar* test_… in test() function in gl4cts::EnhancedLayouts::BufferTestBase 5635 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() 5668 void BufferTestBase::getBufferDescriptors(glw::GLuint /* test_case_index */, in test() 5679 void BufferTestBase::getCapturedVaryings(glw::GLuint /* test_case_index */, in test() 5693 void BufferTestBase::getShaderBody(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /* stag… in test() 5706 void BufferTestBase::getShaderInterface(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /*… in test() 5719 std::string BufferTestBase::getShaderSource(glw::GLuint test_case_index, Utils::Shader::STAGES stag… in test() 5750 bool BufferTestBase::inspectProgram(GLuint /* test_case_index */, Utils::Program& /* program */, in test() 5762 bool BufferTestBase::testCase(GLuint test_case_index) in test() [all …]
|