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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 61 GLboolean is_clamp = GL_FALSE; local
72 is_clamp = GL_TRUE;
86 is_clamp = GL_TRUE;
106 is_clamp = GL_TRUE;
120 is_clamp = GL_TRUE;
138 t->border_fallback = (is_clamp && is_clamp_to_border);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 62 GLboolean is_clamp = GL_FALSE; local
81 is_clamp = GL_TRUE;
95 is_clamp = GL_TRUE;
115 is_clamp = GL_TRUE;
129 is_clamp = GL_TRUE;
151 is_clamp = GL_TRUE;
165 is_clamp = GL_TRUE;
182 t->border_fallback = (is_clamp && is_clamp_to_border);

Completed in 79 milliseconds