Home
last modified time | relevance | path

Searched refs:FragmentDataLocationAPITest (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3317 class FragmentDataLocationAPITest : public TextureTestBase class
3320 FragmentDataLocationAPITest(deqp::Context& context);
3322 ~FragmentDataLocationAPITest() in ~FragmentDataLocationAPITest()
Dgl4cEnhancedLayoutsTests.cpp19771 const GLuint FragmentDataLocationAPITest::m_goten_location = 6; in test()
19777 FragmentDataLocationAPITest::FragmentDataLocationAPITest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
19794 bool FragmentDataLocationAPITest::checkResults(glw::GLuint /* test_case_index */, Utils::Texture& /… in test()
19872 std::string FragmentDataLocationAPITest::getPassSnippet(GLuint /* test_case_index */, in test()
19900 void FragmentDataLocationAPITest::getProgramInterface(GLuint /* test_case_index */, in test()
19937 bool FragmentDataLocationAPITest::isComputeRelevant(GLuint /* test_case_index */) in test()
19947 void FragmentDataLocationAPITest::prepareFragmentDataLoc(Utils::Program& program, in test()
19988 void FragmentDataLocationAPITest::prepareFramebuffer(Utils::Framebuffer& framebuffer, Utils::Textur… in test()
27779 addChild(new EnhancedLayouts::FragmentDataLocationAPITest(m_context)); in init()