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 64 GLboolean is_clamp = GL_FALSE; local
75 is_clamp = GL_TRUE;
89 is_clamp = GL_TRUE;
109 is_clamp = GL_TRUE;
123 is_clamp = GL_TRUE;
141 t->border_fallback = (is_clamp && is_clamp_to_border);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 65 GLboolean is_clamp = GL_FALSE; local
84 is_clamp = GL_TRUE;
98 is_clamp = GL_TRUE;
118 is_clamp = GL_TRUE;
132 is_clamp = GL_TRUE;
154 is_clamp = GL_TRUE;
168 is_clamp = GL_TRUE;
185 t->border_fallback = (is_clamp && is_clamp_to_border);

Completed in 43 milliseconds