Searched refs:GL_S (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texgen.c | 56 case GL_S: in get_texgen() 112 if (coord == GL_S || coord == GL_T) in _mesa_TexGenfv() 217 _mesa_GetTexGenfv(GL_S, pname, params); in _es_GetTexGenfv() 230 _mesa_TexGenf(GL_S, pname, param); in _es_TexGenf() 245 _mesa_TexGenfv(GL_S, pname, params); in _es_TexGenfv()
|
D | points.c | 180 if (value != GL_ZERO && value != GL_S && value != GL_R) { in _mesa_PointParameterfv()
|
D | attrib.c | 778 _mesa_TexGeni(GL_S, GL_TEXTURE_GEN_MODE, unit->GenS.Mode); in pop_texture_group() 782 _mesa_TexGenfv(GL_S, GL_OBJECT_PLANE, unit->GenS.ObjectPlane); in pop_texture_group() 794 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane); in pop_texture_group()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 148 else if (ctx->Point.SpriteRMode == GL_S) in sprite_point()
|
/external/mesa3d/include/GL/ |
D | gl.h | 652 #define GL_S 0x2000 macro
|