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

/external/deqp/framework/randomshaders/
H A DrsgSamplers.hpp39 , m_sampler ()
45 , m_sampler (sampler)
51 return m_texture->sample(m_sampler, s, t, lod);
56 tcu::Sampler m_sampler; member in class:rsg::Sampler2D
64 , m_sampler ()
70 , m_sampler (sampler)
76 return m_texture->sample(m_sampler, s, t, r, lod);
81 tcu::Sampler m_sampler; member in class:rsg::SamplerCube
H A DrsgExpression.hpp277 const Variable* m_sampler; member in class:rsg::TexLookup
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; }
109 tcu::Sampler m_sampler; member in class:deqp::gls::TextureBinding
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp101 const tcu::Sampler& getSampler (void) const { return m_sampler; }
102 tcu::Sampler& getSampler (void) { return m_sampler; }
109 tcu::Sampler m_sampler; member in class:sglr::rc::Texture
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1206 const sglr::UniformSlot& m_sampler; member in class:deqp::gles31::Functional::__anon3571::VaryingOutputCountShader
1229 , m_sampler (getUniformByName("u_sampler"))
1287 const tcu::Vec4 texColor = m_sampler.sampler.tex2D->sample(texCoord.x(), texCoord.y(), 0.0f);

Completed in 172 milliseconds