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

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 143 case tcu::Sampler::REPEAT_GL:
tcuTexture.hpp 131 REPEAT_GL, //! Repeat with OpenGL semantics
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 577 static const tcu::Sampler samplerLinearNoMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
579 static const tcu::Sampler samplerLinearMipmap (tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL,
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 656 tcu::Vec4 color = m_texture.sample(tcu::Sampler(tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::REPEAT_GL, tcu::Sampler::LINEAR, tcu::Sampler::LINEAR), t, s, lod);
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 500 case GL_REPEAT: return tcu::Sampler::REPEAT_GL;
617 case tcu::Sampler::REPEAT_GL: return GL_REPEAT;
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 151 milliseconds