Searched defs:SamplerCompareFuncCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp2192 class SamplerCompareFuncCase : public SamplerTest class in namespace:deqp::gls::TextureStateQueryTests::__anon4802
2195 SamplerCompareFuncCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, TesterType tester, QueryType type);
2199 SamplerCompareFuncCase::SamplerCompareFuncCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, TesterType tester, QueryType type) function in class:deqp::gls::TextureStateQueryTests::__anon4802::SamplerCompareFuncCase
2204 void SamplerCompareFuncCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const
2580 return new SamplerCompareFuncCase(testCtx, renderCtx, name.c_str(), description.c_str(), tester, queryType);

Completed in 242 milliseconds