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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 110 /* The i915 (and related graphics cores) do not support GL_CLAMP. The
111 * Intel drivers for "other operating systems" implement GL_CLAMP as
120 case GL_CLAMP:
311 (ws == GL_CLAMP ||
312 wt == GL_CLAMP ||
313 wr == GL_CLAMP ||
322 (((ws != GL_CLAMP) && (ws != GL_CLAMP_TO_EDGE)) ||
323 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
i830_texstate.c 87 /* The i915 (and related graphics cores) do not support GL_CLAMP. The
88 * Intel drivers for "other operating systems" implement GL_CLAMP as
97 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 231 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 79 case GL_CLAMP:
113 case GL_CLAMP:
149 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 70 case GL_CLAMP:
104 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 247 found |= key_debug(brw, "GL_CLAMP enabled on any texture unit's 1st coordinate",
249 found |= key_debug(brw, "GL_CLAMP enabled on any texture unit's 2nd coordinate",
251 found |= key_debug(brw, "GL_CLAMP enabled on any texture unit's 3rd coordinate",
330 if (sampler->WrapS == GL_CLAMP)
332 if (sampler->WrapT == GL_CLAMP)
334 if (sampler->WrapR == GL_CLAMP)
brw_sampler_state.c 171 case GL_CLAMP:
172 /* GL_CLAMP is the weird mode where coordinates are clamped to
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 64 case GL_CLAMP:
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 153 * wrapMode = GL_REPEAT, GL_CLAMP, GL_CLAMP_TO_EDGE, GL_CLAMP_TO_BORDER
266 case GL_CLAMP:
397 case GL_CLAMP:
433 case GL_CLAMP:
456 case GL_CLAMP:
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Texture.cpp 92 case GL_CLAMP:
108 case GL_CLAMP:
utilities.cpp 564 case GL_CLAMP: return sw::ADDRESSING_CLAMP;
  /external/mesa3d/src/mesa/main/
samplerobj.c 438 case GL_CLAMP:
    [all...]
texparam.c 62 case GL_CLAMP:
63 /* GL_CLAMP was removed in the core profile, and it has never existed in
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 513 #define GL_CLAMP 0x2900
    [all...]
  /external/mesa3d/include/GL/
gl.h 651 #define GL_CLAMP 0x2900
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 681 #define GL_CLAMP 0x2900
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 679 #define GL_CLAMP 0x2900
    [all...]

Completed in 272 milliseconds