Home
last modified time | relevance | path

Searched refs:GL_CLAMP (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c115 case GL_CLAMP: in translate_wrap_mode()
307 (ws == GL_CLAMP || in i915_update_tex_unit()
308 wt == GL_CLAMP || in i915_update_tex_unit()
309 wr == GL_CLAMP || in i915_update_tex_unit()
318 (((ws != GL_CLAMP) && (ws != GL_CLAMP_TO_EDGE)) || in i915_update_tex_unit()
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE)))) in i915_update_tex_unit()
Di830_texstate.c99 case GL_CLAMP: in translate_wrap_mode()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c82 case GL_CLAMP: in r200SetTexWrap()
116 case GL_CLAMP: in r200SetTexWrap()
152 case GL_CLAMP: in r200SetTexWrap()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h231 case GL_CLAMP: in nvgl_wrap_mode()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c473 if (sampler->WrapS == GL_CLAMP) in brw_populate_sampler_prog_key_data()
475 if (sampler->WrapT == GL_CLAMP) in brw_populate_sampler_prog_key_data()
477 if (sampler->WrapR == GL_CLAMP) in brw_populate_sampler_prog_key_data()
Dbrw_wm_sampler_state.c53 case GL_CLAMP: in translate_wrap_mode()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c73 case GL_CLAMP: in radeonSetTexWrap()
107 case GL_CLAMP: in radeonSetTexWrap()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c61 case GL_CLAMP: in gl_wrap_xlate()
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst30 scaling to the texture size. This corresponds to the legacy OpenGL GL_CLAMP
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c264 case GL_CLAMP: in linear_texel_locations()
394 case GL_CLAMP: in nearest_texel_location()
430 case GL_CLAMP: in clamp_rect_coord_nearest()
453 case GL_CLAMP: in clamp_rect_coord_linear()
2686 ASSERT(samp->WrapS == GL_CLAMP || in sample_nearest_rect()
2689 ASSERT(samp->WrapT == GL_CLAMP || in sample_nearest_rect()
2721 ASSERT(samp->WrapS == GL_CLAMP || in sample_linear_rect()
2724 ASSERT(samp->WrapT == GL_CLAMP || in sample_linear_rect()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java674 return GL_CLAMP; in convertWrapMode()
DLwjglRenderer.java1715 return GL_CLAMP; in convertWrapMode()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c290 case GL_CLAMP: in validate_texture_wrap_mode()
Dtexparam.c63 case GL_CLAMP: in validate_texture_wrap_mode()
/external/mesa3d/docs/
DVERSIONS531 - fixed texture sampling bug when filter=GL_LINEAR and wrap=GL_CLAMP
549 - fixed GL_CLAMP mode texture sampling bug
/external/mesa3d/include/GL/
Dgl.h679 #define GL_CLAMP 0x2900 macro