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

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dtexture3d.c90 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 Dtexbind.c86 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 Dchecker.c78 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP);
79 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
H A Dwrap.c144 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 Di915_texstate.c110 /* 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 Di830_texstate.c87 /* 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 Di915_texstate.c110 /* 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 Dnouveau_gldefs.h190 case GL_CLAMP:
208 case GL_CLAMP:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h190 case GL_CLAMP:
208 case GL_CLAMP:
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexrect.c137 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 Dtexgenmix.c281 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 Dr200_tex.c79 case GL_CLAMP:
113 case GL_CLAMP:
149 case GL_CLAMP:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.c80 case GL_CLAMP:
114 case GL_CLAMP:
150 case GL_CLAMP:
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dtexture.c43 float clamp[] = {GL_CLAMP};
H A Dstretch.c371 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 Dconvolutions.c282 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 Dradeon_tex.c70 case GL_CLAMP:
104 case GL_CLAMP:
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dshadowtex.c925 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 Dtexenv.c584 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 Dbrw_wm.c225 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 Dbrw_wm.c236 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 Dradeon_tex.c70 case GL_CLAMP:
104 case GL_CLAMP:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.h233 if (wrap == GL_CLAMP)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.2.rst90 - nv20: Fix GL_CLAMP
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c65 [GL_CLAMP & 0x1f] = PIPE_TEX_WRAP_CLAMP,

Completed in 18 milliseconds

12