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 120 sampObj->WrapR = GL_REPEAT;
357 if (samp->WrapR == param)
361 samp->WrapR = param;
1145 *params = sampObj->WrapR;
    [all...]
texobj.c 131 obj->Sampler.WrapR = GL_CLAMP_TO_EDGE;
137 obj->Sampler.WrapR = GL_REPEAT;
175 obj->Sampler.WrapR = GL_CLAMP_TO_EDGE;
248 dest->Sampler.WrapR = src->Sampler.WrapR;
    [all...]
texparam.c 318 if (texObj->Sampler.WrapR == params[0])
322 texObj->Sampler.WrapR = params[0];
    [all...]
attrib.c 794 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_R, samp->WrapR);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR);
484 r200SetTexWrap( t, t->base.Sampler.WrapS, t->base.Sampler.WrapT, t->base.Sampler.WrapR );
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 104 sampler->ss3.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR,
brw_wm_sampler_state.c 230 sampler->ss1.r_wrap_mode = translate_wrap_mode(gl_sampler->WrapR,
brw_wm.c 477 if (sampler->WrapR == GL_CLAMP)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c 196 tx_wrap = nvgl_wrap_mode(sa->WrapR) << 16
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 145 sampler->wrap_r = gl_wrap_xlate(msamp->WrapR);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 287 GLenum wr = sampler->WrapR;
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]

Completed in 376 milliseconds