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

/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1528 class TextureImmutableLevelsCase : public TextureTest class in namespace:deqp::gls::TextureStateQueryTests::__anon4802
1531 TextureImmutableLevelsCase (tcu::TestContext& testCtx, const glu::RenderContext& renderContext, const char* name, const char* desc, glw::GLenum target, QueryType type);
1535 TextureImmutableLevelsCase::TextureImmutableLevelsCase (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, glw::GLenum target, QueryType type) function in class:deqp::gls::TextureStateQueryTests::__anon4802::TextureImmutableLevelsCase
1540 void TextureImmutableLevelsCase::test (glu::CallLogWrapper& gl, tcu::ResultCollector& result) const
2528 return new TextureImmutableLevelsCase(testCtx, renderCtx, name.c_str(), description.c_str(), target, queryType);

Completed in 40 milliseconds