/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 193 case GL_CLAMP_TO_BORDER: in nvgl_wrap_mode() 212 case GL_CLAMP_TO_BORDER: in nvgl_wrap_mode_nv20()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 124 case GL_CLAMP_TO_BORDER: in translate_wrap_mode() 314 ws == GL_CLAMP_TO_BORDER || in i915_update_tex_unit() 315 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER)) in i915_update_tex_unit()
|
D | i830_texstate.c | 100 case GL_CLAMP_TO_BORDER: in translate_wrap_mode()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 87 case GL_CLAMP_TO_BORDER: in r200SetTexWrap() 121 case GL_CLAMP_TO_BORDER: in r200SetTexWrap() 157 case GL_CLAMP_TO_BORDER: in r200SetTexWrap()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1460 iteration.sWrapMode = GL_CLAMP_TO_BORDER; in init() 1461 iteration.tWrapMode = GL_CLAMP_TO_BORDER; in init() 1651 iteration.sWrapMode = GL_CLAMP_TO_BORDER; in init() 1652 iteration.tWrapMode = GL_CLAMP_TO_BORDER; in init() 1879 iteration.sWrapMode = GL_CLAMP_TO_BORDER; in init() 1880 iteration.tWrapMode = GL_CLAMP_TO_BORDER; in init() 1977 iteration.sWrapMode = GL_CLAMP_TO_BORDER; in init() 1978 iteration.tWrapMode = GL_CLAMP_TO_BORDER; in init() 2559 …{ "s_clamp_to_edge_t_clamp_to_border", GL_CLAMP_TO_EDGE, GL_CLAMP_TO_BORDER, GL_NONE, false… in init() 2560 { "s_repeat_t_clamp_to_border", GL_REPEAT, GL_CLAMP_TO_BORDER, GL_NONE, false }, in init() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 7.4.2.rst | 34 GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 77 case GL_CLAMP_TO_BORDER: in radeonSetTexWrap() 111 case GL_CLAMP_TO_BORDER: in radeonSetTexWrap()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcExtTokens.cpp | 70 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER; in init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 67 [GL_CLAMP_TO_BORDER & 0x1f] = PIPE_TEX_WRAP_CLAMP_TO_BORDER, in gl_wrap_xlate()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 195 case GL_CLAMP_TO_BORDER: in linear_texel_locations() 322 case GL_CLAMP_TO_BORDER: in nearest_texel_location() 437 case GL_CLAMP_TO_BORDER: in clamp_rect_coord_nearest() 470 case GL_CLAMP_TO_BORDER: in clamp_rect_coord_linear() 2693 samp->WrapS == GL_CLAMP_TO_BORDER); in sample_nearest_rect() 2696 samp->WrapT == GL_CLAMP_TO_BORDER); in sample_nearest_rect() 2728 samp->WrapS == GL_CLAMP_TO_BORDER); in sample_linear_rect() 2731 samp->WrapT == GL_CLAMP_TO_BORDER); in sample_linear_rect()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 627 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()
|
D | gluStrUtil.inl | 709 case GL_CLAMP_TO_BORDER: return "GL_CLAMP_TO_BORDER";
|
/external/angle/src/tests/gl_tests/ |
D | TextureTest.cpp | 6159 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in TEST_P() 6160 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in TEST_P() 6269 glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in TEST_P() 6270 glSamplerParameteri(sampler, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in TEST_P() 6460 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in TEST_P() 6461 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in TEST_P() 6492 glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in TEST_P() 6493 glSamplerParameteri(sampler, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in TEST_P() 6521 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in TEST_P() 6522 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in TEST_P() [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 207 case GL_CLAMP_TO_BORDER: in ConvertTextureWrap()
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 2317 case GL_CLAMP_TO_BORDER: in FromGLenum() 2335 return GL_CLAMP_TO_BORDER; in ToGLenum()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 260 #define GL_CLAMP_TO_BORDER 0x812D macro
|
/external/angle/src/libANGLE/ |
D | Texture.cpp | 363 samplerState.getWrapS() != GL_CLAMP_TO_BORDER && !isPow2(baseImageDesc.size.width)) || in computeSamplerCompleteness() 365 samplerState.getWrapT() != GL_CLAMP_TO_BORDER && !isPow2(baseImageDesc.size.height))) in computeSamplerCompleteness()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 1106 case GL_CLAMP_TO_BORDER: in GetSamplerAddressMode()
|
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 493 case GL_CLAMP_TO_BORDER: in validate_texture_wrap_mode()
|
D | texparam.c | 75 case GL_CLAMP_TO_BORDER: in validate_texture_wrap_mode()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2014 case GL_CLAMP_TO_BORDER: in ConvertTextureWrap()
|
D | StateManager11.cpp | 166 case GL_CLAMP_TO_BORDER: in GetWrapBits()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_utils.mm | 841 case GL_CLAMP_TO_BORDER:
|
/external/mesa3d/include/GL/ |
D | gl.h | 1816 #define GL_CLAMP_TO_BORDER 0x812D macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 378 #define GL_CLAMP_TO_BORDER 0x812D macro
|