Lines Matching refs:TextureSamplerCase
970 class TextureSamplerCase : public RenderCase class
989 …TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestT…
990 ~TextureSamplerCase (void);
1005 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, Shade… in TextureSamplerCase() function in deqp::gles2::Stress::__anonc37841890111::TextureSamplerCase
1015 TextureSamplerCase::~TextureSamplerCase (void) in ~TextureSamplerCase()
1020 void TextureSamplerCase::init (void) in init()
1112 void TextureSamplerCase::deinit (void) in deinit()
1125 TextureSamplerCase::IterateResult TextureSamplerCase::iterate (void) in iterate()
1215 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource()
1251 std::string TextureSamplerCase::genFragmentSource (void) const in genFragmentSource()
1726 …ild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture coords", Text… in init()
1727 …w TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special texture coords to cubemap", … in init()
1728 …dChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", Texture… in init()
1738 …ld(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture coords", Textu… in init()
1739 … TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special texture coords to cubemap", … in init()
1740 …Child(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", TextureS… in init()