Lines Matching refs:TextureSamplerCase
1333 class TextureSamplerCase : public RenderCase class
1353 …TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestT…
1354 ~TextureSamplerCase (void);
1369 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, Shade… in TextureSamplerCase() function in deqp::gles3::Stress::__anonc3de246b0111::TextureSamplerCase
1379 TextureSamplerCase::~TextureSamplerCase (void) in ~TextureSamplerCase()
1384 void TextureSamplerCase::init (void) in init()
1467 void TextureSamplerCase::deinit (void) in deinit()
1480 TextureSamplerCase::IterateResult TextureSamplerCase::iterate (void) in iterate()
1570 std::string TextureSamplerCase::genVertexSource (void) const in genVertexSource()
1609 std::string TextureSamplerCase::genFragmentSource (void) const in genFragmentSource()
2100 …ild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture coords", Text… in init()
2101 …w TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special texture coords to cubemap", … in init()
2102 …dChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", Texture… in init()
2103 …Child(new TextureSamplerCase (m_context, "sampler_grad", "special texture grad", Textur… in init()
2116 …ld(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture coords", Textu… in init()
2117 … TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special texture coords to cubemap", … in init()
2118 …Child(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", TextureS… in init()
2119 …hild(new TextureSamplerCase (m_context, "sampler_grad", "special texture grad", Texture… in init()