Searched refs:TextureLevelCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 821 class TextureLevelCase : public TestCase class 824 TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type); 825 ~TextureLevelCase (void); 849 TextureLevelCase::TextureLevelCase (Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) in TextureLevelCase() function in deqp::gles31::Functional::__anon30947::TextureLevelCase 860 TextureLevelCase::~TextureLevelCase (void) in ~TextureLevelCase() 865 void TextureLevelCase::init (void) in init() 881 void TextureLevelCase::deinit (void) in deinit() 895 void TextureLevelCase [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 1348 class TextureLevelCase : public TextureTest class 1351 TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type); 1355 TextureLevelCase::TextureLevelCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, TesterType tester, QueryType type) in TextureLevelCase() function in deqp::gls::TextureStateQueryTests::__anon31012::TextureLevelCase 1360 void TextureLevelCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const in test() 2583 return new TextureLevelCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, tester, queryType); in createTexParamTest()
|
Completed in 7 milliseconds