Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3258 class FragmentDataLocationAPITest : public TextureTestBase class
3261 FragmentDataLocationAPITest(deqp::Context& context);
3263 ~FragmentDataLocationAPITest() in ~FragmentDataLocationAPITest()
Dgl4cEnhancedLayoutsTests.cpp19100 const GLuint FragmentDataLocationAPITest::m_goten_location = 6; in test()
19106 FragmentDataLocationAPITest::FragmentDataLocationAPITest(deqp::Context& context) in test() function in gl4cts::EnhancedLayouts::FragmentDataLocationAPITest
19123 bool FragmentDataLocationAPITest::checkResults(glw::GLuint /* test_case_index */, Utils::Texture& /… in test()
19201 std::string FragmentDataLocationAPITest::getPassSnippet(GLuint /* test_case_index */, in test()
19229 void FragmentDataLocationAPITest::getProgramInterface(GLuint /* test_case_index */, in test()
19266 bool FragmentDataLocationAPITest::isComputeRelevant(GLuint /* test_case_index */) in test()
19276 void FragmentDataLocationAPITest::prepareFragmentDataLoc(Utils::Program& program, in test()
19317 void FragmentDataLocationAPITest::prepareFramebuffer(Utils::Framebuffer& framebuffer, Utils::Textur… in test()
27684 addChild(new EnhancedLayouts::FragmentDataLocationAPITest(m_context)); in init()