Home
last modified time | relevance | path

Searched refs:GL_CLAMP_TO_BORDER (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h193 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/
Di915_texstate.c124 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()
Di830_texstate.c100 case GL_CLAMP_TO_BORDER: in translate_wrap_mode()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c87 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/
Des31fTextureBorderClampTests.cpp1460 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/
D7.4.2.rst34 GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug 21461)
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c77 case GL_CLAMP_TO_BORDER: in radeonSetTexWrap()
111 case GL_CLAMP_TO_BORDER: in radeonSetTexWrap()
/external/deqp/external/openglcts/modules/common/
DglcExtTokens.cpp70 CLAMP_TO_BORDER = GL_CLAMP_TO_BORDER; in init()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c67 [GL_CLAMP_TO_BORDER & 0x1f] = PIPE_TEX_WRAP_CLAMP_TO_BORDER, in gl_wrap_xlate()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c195 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/
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()
DgluStrUtil.inl709 case GL_CLAMP_TO_BORDER: return "GL_CLAMP_TO_BORDER";
/external/angle/src/tests/gl_tests/
DTextureTest.cpp6159 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/
Drenderer9_utils.cpp207 case GL_CLAMP_TO_BORDER: in ConvertTextureWrap()
/external/angle/src/common/
DPackedGLEnums_autogen.cpp2317 case GL_CLAMP_TO_BORDER: in FromGLenum()
2335 return GL_CLAMP_TO_BORDER; in ToGLenum()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h260 #define GL_CLAMP_TO_BORDER 0x812D macro
/external/angle/src/libANGLE/
DTexture.cpp363 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/
Dvk_utils.cpp1106 case GL_CLAMP_TO_BORDER: in GetSamplerAddressMode()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c493 case GL_CLAMP_TO_BORDER: in validate_texture_wrap_mode()
Dtexparam.c75 case GL_CLAMP_TO_BORDER: in validate_texture_wrap_mode()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2014 case GL_CLAMP_TO_BORDER: in ConvertTextureWrap()
DStateManager11.cpp166 case GL_CLAMP_TO_BORDER: in GetWrapBits()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_utils.mm841 case GL_CLAMP_TO_BORDER:
/external/mesa3d/include/GL/
Dgl.h1816 #define GL_CLAMP_TO_BORDER 0x812D macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl378 #define GL_CLAMP_TO_BORDER 0x812D macro

12