HomeSort by relevance Sort by last modified time
    Searched refs:WrapR (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/main/
samplerobj.c 150 sampObj->WrapR = GL_REPEAT;
474 if (samp->WrapS == s && samp->WrapT == t && samp->WrapR == r)
480 samp->WrapR = r;
521 if (samp->WrapR == param)
525 samp->WrapR = param;
    [all...]
texobj.c 308 obj->Sampler.WrapR = GL_CLAMP_TO_EDGE;
314 obj->Sampler.WrapR = GL_REPEAT;
365 obj->Sampler.WrapR = GL_CLAMP_TO_EDGE;
446 dest->Sampler.WrapR = src->Sampler.WrapR;
    [all...]
texparam.c 356 if (texObj->Sampler.WrapR == params[0])
360 texObj->Sampler.WrapR = params[0];
    [all...]
attrib.c 873 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_R, samp->WrapR);
    [all...]
mtypes.h 964 GLenum WrapR; /**< R-axis texture image wrap mode */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 368 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR);
480 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR );
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 196 tx_wrap = nvgl_wrap_mode(sa->WrapR) << 16
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 291 GLenum wr = sampler->WrapR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 152 sampler->wrap_r = gl_wrap_xlate(msamp->WrapR);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 484 unsigned wrap_r = translate_wrap_mode(brw, sampler->WrapR, either_nearest);
brw_wm.c 334 if (sampler->WrapR == GL_CLAMP)
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]

Completed in 252 milliseconds