Lines Matching refs:TextureSizeCase
954 class TextureSizeCase : public TestCase class
957 …TextureSizeCase (Context& context, const char* name, const char* desc, const char* samplerType, c…
958 ~TextureSizeCase (void);
987 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, const char*… in TextureSizeCase() function in deqp::gles3::Functional::TextureSizeCase
998 TextureSizeCase::~TextureSizeCase (void) in ~TextureSizeCase()
1003 void TextureSizeCase::deinit (void) in deinit()
1008 TestCase::IterateResult TextureSizeCase::iterate (void) in iterate()
1081 bool TextureSizeCase::initShader (void) in initShader()
1099 void TextureSizeCase::freeShader (void) in freeShader()
1105 bool TextureSizeCase::testTextureSize (const TestSize& testSize) in testTextureSize()
1265 std::string TextureSizeCase::genVertexShader() const in genVertexShader()
1291 std::string TextureSizeCase::genFragmentShader() const in genFragmentShader()
1320 glw::GLenum TextureSizeCase::getGLTextureTarget() const in getGLTextureTarget()
1998 …group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_vertex… in init()
1999 …group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_fragme… in init()