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

  /external/deqp/external/openglcts/modules/common/
glcExtTokens.cpp 70 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER;
195 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER_EXT;
glcExtTokens.hpp 69 glw::GLenum CLAMP_TO_BORDER;
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 137 case tcu::Sampler::CLAMP_TO_BORDER:
tcuTexture.cpp     [all...]
tcuTexture.hpp 185 CLAMP_TO_BORDER, //! Use border color at edge
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_texture.c 49 NV30_WRAP(CLAMP_TO_BORDER);
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp 482 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_S, m_glExtTokens.CLAMP_TO_BORDER);
484 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_R, m_glExtTokens.CLAMP_TO_BORDER);
486 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_T, m_glExtTokens.CLAMP_TO_BORDER);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5TextureGatherOffset.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 622 case GL_CLAMP_TO_BORDER: return tcu::Sampler::CLAMP_TO_BORDER
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp     [all...]

Completed in 699 milliseconds