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

/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.hpp41 enum TesterType enum in namespace:deqp::gls::TextureStateQueryTests
73 bool isLegalTesterForTarget (glw::GLenum target, TesterType tester);
75 bool isSamplerStateTester (TesterType tester);
78 tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target, TesterType tester);
79 tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, TesterType tester);

Completed in 56 milliseconds