Home
last modified time | relevance | path

Searched refs:GL_MIRROR_CLAMP_TO_EDGE_EXT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c100 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in r200SetTexWrap()
134 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in r200SetTexWrap()
170 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in r200SetTexWrap()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c91 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in radeonSetTexWrap()
125 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in radeonSetTexWrap()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c71 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in gl_wrap_xlate()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c299 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in validate_texture_wrap_mode()
Dtexparam.c87 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in validate_texture_wrap_mode()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c234 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in linear_texel_locations()
364 case GL_MIRROR_CLAMP_TO_EDGE_EXT: in nearest_texel_location()
/external/mesa3d/include/GL/
Dglext.h5024 #define GL_MIRROR_CLAMP_TO_EDGE_EXT 0x8743 macro