| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | texture3d.c | 90 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_S, GL_CLAMP); 91 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_T, GL_CLAMP); 92 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, GL_CLAMP);
|
| H A D | texbind.c | 86 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 87 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP); 97 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 98 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
|
| H A D | checker.c | 78 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 79 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
|
| H A D | wrap.c | 144 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 152 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | 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))))
|
| H A D | 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:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | 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))))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 190 case GL_CLAMP: 208 case GL_CLAMP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 190 case GL_CLAMP: 208 case GL_CLAMP:
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texrect.c | 137 glTexParameteri(GL_TEXTURE_RECTANGLE_NV, GL_TEXTURE_WRAP_S, GL_CLAMP); 138 glTexParameteri(GL_TEXTURE_RECTANGLE_NV, GL_TEXTURE_WRAP_T, GL_CLAMP); 230 const GLenum wrap = GL_CLAMP; 350 glutAddMenuEntry("GL_CLAMP", CLAMP);
|
| H A D | texgenmix.c | 281 glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP ); 282 glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 79 case GL_CLAMP: 113 case GL_CLAMP: 149 case GL_CLAMP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_tex.c | 80 case GL_CLAMP: 114 case GL_CLAMP: 150 case GL_CLAMP:
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | texture.c | 43 float clamp[] = {GL_CLAMP};
|
| H A D | stretch.c | 371 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 372 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | convolutions.c | 282 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 283 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 70 case GL_CLAMP: 104 case GL_CLAMP:
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | shadowtex.c | 925 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP); 926 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP); 957 glTexParameteri(GL_TEXTURE_1D, GL_TEXTURE_WRAP_S, GL_CLAMP);
|
| H A D | texenv.c | 584 glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP ); 585 glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 225 if (sampler->WrapS == GL_CLAMP) 227 if (sampler->WrapT == GL_CLAMP) 229 if (sampler->WrapR == GL_CLAMP)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_wm.c | 236 if (sampler->Attrib.WrapS == GL_CLAMP) 238 if (sampler->Attrib.WrapT == GL_CLAMP) 240 if (sampler->Attrib.WrapR == GL_CLAMP)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.c | 70 case GL_CLAMP: 104 case GL_CLAMP:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | samplerobj.h | 233 if (wrap == GL_CLAMP)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.2.rst | 90 - nv20: Fix GL_CLAMP
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_sampler.c | 65 [GL_CLAMP & 0x1f] = PIPE_TEX_WRAP_CLAMP,
|