Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp454 class ImageLoadStoreTest : public TexelFetchTest class
458 ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType);
459 virtual ~ImageLoadStoreTest() in ~ImageLoadStoreTest()
DglcRobustBufferAccessBehaviorTests.cpp2367 ImageLoadStoreTest::ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ImageLoadStoreTest() function in glcts::RobustBufferAccessBehavior::ImageLoadStoreTest
2377 tcu::TestNode::IterateResult ImageLoadStoreTest::iterate() in iterate()
2550 std::string ImageLoadStoreTest::getComputeShader(VERSION version, GLuint coord_offset, GLuint sampl… in getComputeShader()
2646 void ImageLoadStoreTest::setTextures(const Functions& gl, glw::GLuint id_destination, glw::GLuint i… in setTextures()
2696 bool ImageLoadStoreTest::verifyInvalidResults(const Functions& gl, glw::GLuint texture_id) in verifyInvalidResults()
2947 bool ImageLoadStoreTest::verifyValidResults(const glw::Functions& gl, glw::GLuint texture_id) in verifyValidResults()
3660 addChild(new RobustBufferAccessBehavior::ImageLoadStoreTest(m_testCtx, m_ApiType)); in init()