Lines Matching refs:TexelFetchTest
1308 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, glu::ApiType apiType)
1322 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, const char* name, const char* description,
1333 tcu::TestNode::IterateResult TexelFetchTest::iterate()
1543 std::string TexelFetchTest::getFragmentShader(const glu::ContextType&, bool is_case_valid, GLuint fetch_offset)
1596 std::string TexelFetchTest::getGeometryShader()
1630 std::string TexelFetchTest::getVertexShader()
1645 const glw::GLchar* TexelFetchTest::getTestCaseName() const
1678 void TexelFetchTest::prepareTexture(const Functions& gl, bool is_source, glw::GLuint texture_id)
1857 bool TexelFetchTest::verifyInvalidResults(const Functions& gl, glw::GLuint texture_id)
2113 bool TexelFetchTest::verifyValidResults(const Functions& gl, glw::GLuint texture_id)
2363 : TexelFetchTest(testCtx, "image_load_store", "Verifies that out-of-bound to image result in zero or is discarded",
3694 addChild(new RobustBufferAccessBehavior::TexelFetchTest(m_testCtx, m_ApiType));