Lines Matching refs:TextureSizeCase
954 class TextureSizeCase : public TestCase
957 TextureSizeCase (Context& context, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool isVertexCase);
958 ~TextureSizeCase (void);
987 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, const char* samplerType, const TextureSpec& texture, bool isVertexCase)
998 TextureSizeCase::~TextureSizeCase (void)
1003 void TextureSizeCase::deinit (void)
1008 TestCase::IterateResult TextureSizeCase::iterate (void)
1081 bool TextureSizeCase::initShader (void)
1099 void TextureSizeCase::freeShader (void)
1105 bool TextureSizeCase::testTextureSize (const TestSize& testSize)
1265 std::string TextureSizeCase::genVertexShader() const
1291 std::string TextureSizeCase::genFragmentShader() const
1320 glw::GLenum TextureSizeCase::getGLTextureTarget() const
1998 group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_vertex").c_str(), "", textureSizeCases[ndx].samplerName, textureSizeCases[ndx].textureSpec, true));
1999 group->addChild(new TextureSizeCase(m_context, (std::string(textureSizeCases[ndx].name) + "_fragment").c_str(), "", textureSizeCases[ndx].samplerName, textureSizeCases[ndx].textureSpec, false));