Lines Matching refs:GLuint

29    GLuint Index;
30 GLuint argRep;
31 GLuint argMod;
36 GLuint Index;
37 GLuint dstMod;
38 GLuint dstMask;
51 GLuint ArgCount[2];
60 GLuint src;
66 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id);
73 extern GLuint GLAPIENTRY _mesa_GenFragmentShadersATI(GLuint range);
75 extern void GLAPIENTRY _mesa_BindFragmentShaderATI(GLuint id);
77 extern void GLAPIENTRY _mesa_DeleteFragmentShaderATI(GLuint id);
84 _mesa_PassTexCoordATI(GLuint dst, GLuint coord, GLenum swizzle);
87 _mesa_SampleMapATI(GLuint dst, GLuint interp, GLenum swizzle);
90 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
91 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
92 GLuint arg1Mod);
95 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
96 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
97 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep,
98 GLuint arg2Mod);
101 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
102 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
103 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep,
104 GLuint arg2Mod, GLuint arg3, GLuint arg3Rep,
105 GLuint arg3Mod);
108 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
109 GLuint arg1Rep, GLuint arg1Mod);
112 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
113 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
114 GLuint arg2Rep, GLuint arg2Mod);
117 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
118 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
119 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3,
120 GLuint arg3Rep, GLuint arg3Mod);
123 _mesa_SetFragmentShaderConstantATI(GLuint dst, const GLfloat * value);