Home | History | Annotate | Download | only in main

Lines Matching refs:GLuint

32    GLuint Index;
33 GLuint argRep;
34 GLuint argMod;
39 GLuint Index;
40 GLuint dstMod;
41 GLuint dstMask;
54 GLuint ArgCount[2];
63 GLuint src;
74 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id);
81 extern GLuint GLAPIENTRY _mesa_GenFragmentShadersATI(GLuint range);
83 extern void GLAPIENTRY _mesa_BindFragmentShaderATI(GLuint id);
85 extern void GLAPIENTRY _mesa_DeleteFragmentShaderATI(GLuint id);
92 _mesa_PassTexCoordATI(GLuint dst, GLuint coord, GLenum swizzle);
95 _mesa_SampleMapATI(GLuint dst, GLuint interp, GLenum swizzle);
98 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask,
99 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
100 GLuint arg1Mod);
103 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask,
104 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
105 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep,
106 GLuint arg2Mod);
109 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask,
110 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
111 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep,
112 GLuint arg2Mod, GLuint arg3, GLuint arg3Rep,
113 GLuint arg3Mod);
116 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
117 GLuint arg1Rep, GLuint arg1Mod);
120 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
121 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
122 GLuint arg2Rep, GLuint arg2Mod);
125 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
126 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
127 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3,
128 GLuint arg3Rep, GLuint arg3Mod);
131 _mesa_SetFragmentShaderConstantATI(GLuint dst, const GLfloat * value);
141 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id)