Searched refs:GL_CLAMP (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_texstate.c105 /* 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))))
H A Di830_texstate.c89 /* 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/i915/
H A Di915_texstate.c105 /* 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))))
H A Di830_texstate.c89 /* 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h231 case GL_CLAMP:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h231 case GL_CLAMP:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.c82 case GL_CLAMP:
116 case GL_CLAMP:
152 case GL_CLAMP:
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.c82 case GL_CLAMP:
116 case GL_CLAMP:
152 case GL_CLAMP:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c73 case GL_CLAMP:
107 case GL_CLAMP:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.c73 case GL_CLAMP:
107 case GL_CLAMP:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c371 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)
H A Dbrw_wm_sampler_state.c53 case GL_CLAMP:
54 /* GL_CLAMP is the weird mode where coordinates are clamped to
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c371 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)
H A Dbrw_wm_sampler_state.c53 case GL_CLAMP:
54 /* GL_CLAMP is the weird mode where coordinates are clamped to
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c61 case GL_CLAMP:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c61 case GL_CLAMP:
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c151 * 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:
2686 ASSERT(samp->WrapS == GL_CLAMP ||
2689 ASSERT(samp->WrapT == GL_CLAMP ||
2721 ASSERT(samp->WrapS == GL_CLAMP ||
2724 ASSERT(samp->WrapT == GL_CLAMP ||
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c151 * 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:
2686 ASSERT(samp->WrapS == GL_CLAMP ||
2689 ASSERT(samp->WrapT == GL_CLAMP ||
2721 ASSERT(samp->WrapS == GL_CLAMP ||
2724 ASSERT(samp->WrapT == GL_CLAMP ||
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java674 return GL_CLAMP;
H A DLwjglRenderer.java1715 return GL_CLAMP;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsamplerobj.c290 case GL_CLAMP:
H A Dtexparam.c63 case GL_CLAMP:
64 /* GL_CLAMP was removed in the core profile, and it has never existed in
/external/mesa3d/src/mesa/main/
H A Dsamplerobj.c290 case GL_CLAMP:
H A Dtexparam.c63 case GL_CLAMP:
64 /* GL_CLAMP was removed in the core profile, and it has never existed in
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h679 #define GL_CLAMP 0x2900 macro

Completed in 3708 milliseconds

12