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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 105 /* The i915 (and related graphics cores) do not support GL_CLAMP. The
106 * Intel drivers for "other operating systems" implement GL_CLAMP as
115 case GL_CLAMP:
307 (ws == GL_CLAMP ||
308 wt == GL_CLAMP ||
309 wr == GL_CLAMP ||
318 (((ws != GL_CLAMP) && (ws != GL_CLAMP_TO_EDGE)) ||
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE))))
i830_texstate.c 89 /* The i915 (and related graphics cores) do not support GL_CLAMP. The
90 * Intel drivers for "other operating systems" implement GL_CLAMP as
99 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 82 case GL_CLAMP:
116 case GL_CLAMP:
152 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 73 case GL_CLAMP:
107 case GL_CLAMP:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
473 if (sampler->WrapS == GL_CLAMP)
475 if (sampler->WrapT == GL_CLAMP)
477 if (sampler->WrapR == GL_CLAMP)
brw_wm_sampler_state.c 53 case GL_CLAMP:
54 /* GL_CLAMP is the weird mode where coordinates are clamped to
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 61 case GL_CLAMP:
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 151 * wrapMode = GL_REPEAT, GL_CLAMP, GL_CLAMP_TO_EDGE, GL_CLAMP_TO_BORDER
264 case GL_CLAMP:
394 case GL_CLAMP:
430 case GL_CLAMP:
453 case GL_CLAMP:
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 471 #define GL_CLAMP 0x2900
  /external/mesa3d/src/mesa/main/
samplerobj.c 290 case GL_CLAMP:
    [all...]
texparam.c 63 case GL_CLAMP:
64 /* 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 679 #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...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 697 #define GL_CLAMP 0x2900
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 681 milliseconds