HomeSort by relevance Sort by last modified time
    Searched refs:m_sampler (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/randomshaders/
rsgSamplers.hpp 39 , 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
rsgExpression.cpp     [all...]
rsgExpression.hpp 277 const Variable* m_sampler; member in class:rsg::TexLookup
  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp 201 , m_sampler (0)
210 glGenSamplers(1, &m_sampler);
215 glDeleteTextures(1, &m_sampler);
220 GLuint m_sampler; member in class:deqp::gles3::Functional::__anon3748::SamplerCase
235 m_verifier->verifyInteger(m_testCtx, m_sampler, m_valueName, GL_REPEAT);
242 glSamplerParameteri(m_sampler, m_valueName, wrapValues[ndx]);
245 m_verifier->verifyInteger(m_testCtx, m_sampler, m_valueName, wrapValues[ndx]);
253 glSamplerParameterf(m_sampler, m_valueName, (GLfloat)wrapValues[ndx]);
256 m_verifier->verifyInteger(m_testCtx, m_sampler, m_valueName, wrapValues[ndx]);
275 m_verifier->verifyInteger(m_testCtx, m_sampler, GL_TEXTURE_MAG_FILTER, GL_LINEAR)
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 101 const tcu::Sampler& getSampler (void) const { return m_sampler; }
109 tcu::Sampler m_sampler; member in class:deqp::gls::TextureBinding
glsShaderRenderCase.cpp 87 , m_sampler (sampler)
94 , m_sampler (sampler)
101 , m_sampler (sampler)
108 , m_sampler (sampler)
121 m_sampler = sampler;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 100 const tcu::Sampler& getSampler (void) const { return m_sampler; }
101 tcu::Sampler& getSampler (void) { return m_sampler; }
108 tcu::Sampler m_sampler; member in class:sglr::rc::Texture
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 1204 const sglr::UniformSlot& m_sampler; member in class:deqp::gles31::Functional::__anon3971::VaryingOutputCountShader
    [all...]

Completed in 660 milliseconds