Home
last modified time | relevance | path

Searched refs:CLAMP_TO_BORDER (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_mirrored_repeat.txt74 CLAMP_TO_BORDER, MIRRORED_REPEAT
76 CLAMP_TO_BORDER, MIRRORED_REPEAT
78 CLAMP_TO_BORDER, MIRRORED_REPEAT
/third_party/openGLES/extensions/OES/
DOES_texture_mirrored_repeat.txt84 CLAMP_TO_BORDER, MIRRORED_REPEAT
86 CLAMP_TO_BORDER, MIRRORED_REPEAT
88 CLAMP_TO_BORDER, MIRRORED_REPEAT
/third_party/openGLES/extensions/EXT/
DEXT_EGL_image_external_wrap_modes.txt56 CLAMP_TO_BORDER is also allowed.
99 CLAMP_TO_EDGE, REPEAT, MIRRORED_REPEAT, or CLAMP_TO_BORDER."
132 REPEAT, MIRRORED_REPEAT, or CLAMP_TO_BORDER are accepted as
184 CLAMP_TO_BORDER on the sampler object bound to a texture unit
DEXT_texture_mirror_clamp.txt70 Clamp to border | CLAMP_TO_BORDER MIRROR_CLAMP_TO_BORDER
74 OpenGL 1.3 introduced CLAMP_TO_BORDER
190 "TEXTURE_WRAP_S integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
194 TEXTURE_WRAP_T integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
198 TEXTURE_WRAP_R integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_EGL_image_external_wrap_modes.txt56 CLAMP_TO_BORDER is also allowed.
99 CLAMP_TO_EDGE, REPEAT, MIRRORED_REPEAT, or CLAMP_TO_BORDER."
132 REPEAT, MIRRORED_REPEAT, or CLAMP_TO_BORDER are accepted as
184 CLAMP_TO_BORDER on the sampler object bound to a texture unit
DEXT_texture_mirror_clamp.txt70 Clamp to border | CLAMP_TO_BORDER MIRROR_CLAMP_TO_BORDER
74 OpenGL 1.3 introduced CLAMP_TO_BORDER
190 "TEXTURE_WRAP_S integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
194 TEXTURE_WRAP_T integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
198 TEXTURE_WRAP_R integer CLAMP, CLAMP_TO_BORDER, CLAMP_TO_EDGE,
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1762 case tcu::Sampler::CLAMP_TO_BORDER: in wrap()
1796 case tcu::Sampler::CLAMP_TO_BORDER: in unnormalize()
1907 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) in sampleNearest1D()
1924 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest2D()
1925 (sampler.wrapT == Sampler::CLAMP_TO_BORDER && !deInBounds32(y, 0, height))) in sampleNearest2D()
1945 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest3D()
1946 (sampler.wrapT == Sampler::CLAMP_TO_BORDER && !deInBounds32(y, 0, height)) || in sampleNearest3D()
1947 (sampler.wrapR == Sampler::CLAMP_TO_BORDER && !deInBounds32(z, 0, depth))) in sampleNearest3D()
1969 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w); in sampleLinear1D()
1970 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w); in sampleLinear1D()
[all …]
DtcuTexVerifierUtil.cpp149 case tcu::Sampler::CLAMP_TO_BORDER: in wrap()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcExtTokens.cpp70 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER; in init()
195 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER_EXT; in init()
DglcExtTokens.hpp69 glw::GLenum CLAMP_TO_BORDER; member
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst33 CLAMP_TO_BORDER. The behavior may also vary depending on linear vs.
41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt45 CLAMP_TO_BORDER, and then proceed to render the texture to screen. The
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp482 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_S, m_glExtTokens.CLAMP_TO_BORDER); in iterate()
484 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_R, m_glExtTokens.CLAMP_TO_BORDER); in iterate()
486 gl.samplerParameteri(m_sampler_id, GL_TEXTURE_WRAP_T, m_glExtTokens.CLAMP_TO_BORDER); in iterate()
/third_party/openGLES/extensions/ARM/
DARM_texture_unnormalized_coordinates.txt103 ** the value of TEXTURE_WRAP_S and TEXTURE_WRAP_T is not CLAMP_TO_EDGE nor CLAMP_TO_BORDER
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1010 if (m_glExtTokens.CLAMP_TO_BORDER == m_texture_wrap_mode) in prepareTexture()
1039 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_WRAP_S, m_glExtTokens.CLAMP_TO_BORDER); in prepareTexture()
1040 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_WRAP_T, m_glExtTokens.CLAMP_TO_BORDER); in prepareTexture()
1601 out_wrap_mode = m_glExtTokens.CLAMP_TO_BORDER; in getTextureWrapMode()
2612 out_wrap_mode = m_glExtTokens.CLAMP_TO_BORDER; in getTextureWrapMode()
/third_party/openGLES/extensions/QCOM/
DQCOM_texture_foveated_subsampled_layout.txt153 <param> is not CLAMP_TO_EDGE or CLAMP_TO_BORDER and the texture at
304 Resolved: Only CLAMP_TO_EDGE and CLAMP_TO_BORDER are allowed for textures that have
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c49 NV30_WRAP(CLAMP_TO_BORDER); in wrap_mode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3620 tcu::Sampler::CLAMP_TO_BORDER, // wrapS in createAndPopulateDescriptors()
3621 tcu::Sampler::CLAMP_TO_BORDER, // wrapT in createAndPopulateDescriptors()
3622 tcu::Sampler::CLAMP_TO_BORDER, // wrapR in createAndPopulateDescriptors()
3707 tcu::Sampler::CLAMP_TO_BORDER, // wrapS in createAndPopulateDescriptors()
3708 tcu::Sampler::CLAMP_TO_BORDER, // wrapT in createAndPopulateDescriptors()
3709 tcu::Sampler::CLAMP_TO_BORDER, // wrapR in createAndPopulateDescriptors()
3821 tcu::Sampler::CLAMP_TO_BORDER, // wrapS in createAndPopulateDescriptors()
3822 tcu::Sampler::CLAMP_TO_BORDER, // wrapT in createAndPopulateDescriptors()
3823 tcu::Sampler::CLAMP_TO_BORDER, // wrapR in createAndPopulateDescriptors()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1064 { "clamp_to_border", Sampler::CLAMP_TO_BORDER }, in populateTextureFilteringTests()
1340 …Parameters.wrapS = ((fmtNdx ^ filterNdx) & 1) ? Sampler::CLAMP_TO_EDGE : Sampler::CLAMP_TO_BORDER; in populateTextureFilteringTests()
1341 …Parameters.wrapT = ((fmtNdx ^ filterNdx) & 2) ? Sampler::CLAMP_TO_EDGE : Sampler::CLAMP_TO_BORDER; in populateTextureFilteringTests()
1375 …arameters.wrapS = ((sizeNdx ^ filterNdx) & 1) ? Sampler::CLAMP_TO_EDGE : Sampler::CLAMP_TO_BORDER; in populateTextureFilteringTests()
1376 …arameters.wrapT = ((sizeNdx ^ filterNdx) & 2) ? Sampler::CLAMP_TO_EDGE : Sampler::CLAMP_TO_BORDER; in populateTextureFilteringTests()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_seamless_cube_map.txt119 CLAMP_TO_BORDER. Then,
DARB_texture_rectangle.txt167 Only the GL_CLAMP, GL_CLAMP_TO_EDGE, and CLAMP_TO_BORDER
538 CLAMP_TO_BORDER causes the s coordinate to be clamped to the range
539 [-0.5, wt + 0.5]. CLAMP_TO_BORDER causes the t coordinate to be
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp627 case GL_CLAMP_TO_BORDER: return tcu::Sampler::CLAMP_TO_BORDER; in mapGLWrapMode()
755 case tcu::Sampler::CLAMP_TO_BORDER: return GL_CLAMP_TO_BORDER; in getGLWrapMode()
/third_party/openGLES/extensions/ARB/
DARB_seamless_cube_map.txt129 CLAMP_TO_BORDER. Then,
DARB_texture_rectangle.txt177 Only the GL_CLAMP, GL_CLAMP_TO_EDGE, and CLAMP_TO_BORDER
548 CLAMP_TO_BORDER causes the s coordinate to be clamped to the range
549 [-0.5, wt + 0.5]. CLAMP_TO_BORDER causes the t coordinate to be
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp1317 …ampler = tcu::Sampler(tcu::Sampler::CLAMP_TO_BORDER, tcu::Sampler::CLAMP_TO_BORDER, tcu::Sampler… in init()

12