Home | History | Annotate | Download | only in src

Lines Matching refs:GLfloat

85 void GLTrace_glGetFloatv(GLenum pname, GLfloat* params);
96 void GLTrace_glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params);
98 void GLTrace_glGetUniformfv(GLuint program, GLint location, GLfloat* params);
101 void GLTrace_glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params);
112 void GLTrace_glLineWidth(GLfloat width);
115 void GLTrace_glPolygonOffset(GLfloat factor, GLfloat units);
130 void GLTrace_glTexParameterf(GLenum target, GLenum pname, GLfloat param);
131 void GLTrace_glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params);
135 void GLTrace_glUniform1f(GLint location, GLfloat x);
136 void GLTrace_glUniform1fv(GLint location, GLsizei count, const GLfloat* v);
139 void GLTrace_glUniform2f(GLint location, GLfloat x, GLfloat y);
140 void GLTrace_glUniform2fv(GLint location, GLsizei count, const GLfloat* v);
143 void GLTrace_glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
144 void GLTrace_glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
147 void GLTrace_glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
148 void GLTrace_glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
151 void GLTrace_glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
152 void GLTrace_glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
153 void GLTrace_glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
156 void GLTrace_glVertexAttrib1f(GLuint indx, GLfloat x);
157 void GLTrace_glVertexAttrib1fv(GLuint indx, const GLfloat* values);
158 void GLTrace_glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
159 void GLTrace_glVertexAttrib2fv(GLuint indx, const GLfloat* values);
160 void GLTrace_glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
161 void GLTrace_glVertexAttrib3fv(GLuint indx, const GLfloat* values);
162 void GLTrace_glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
163 void GLTrace_glVertexAttrib4fv(GLuint indx, const GLfloat* values);
235 void GLTrace_glProgramUniform1fEXT(GLuint program, GLint location, GLfloat x);
236 void GLTrace_glProgramUniform2fEXT(GLuint program, GLint location, GLfloat x, GLfloat y);
237 void GLTrace_glProgramUniform3fEXT(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z);
238 void GLTrace_glProgramUniform4fEXT(GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
243 void GLTrace_glProgramUniform1fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value);
244 void GLTrace_glProgramUniform2fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value);
245 void GLTrace_glProgramUniform3fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value);
246 void GLTrace_glProgramUniform4fvEXT(GLuint program, GLint location, GLsizei count, const GLfloat *value);
247 void GLTrace_glProgramUniformMatrix2fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
248 void GLTrace_glProgramUniformMatrix3fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
249 void GLTrace_glProgramUniformMatrix4fvEXT(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value);
294 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation);
295 void GLTrace_glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
296 void GLTrace_glFogf(GLenum pname, GLfloat param);
297 void GLTrace_glFogfv(GLenum pname, const GLfloat *params);
298 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
299 void GLTrace_glGetClipPlanef(GLenum pname, GLfloat eqn[4]);
300 void GLTrace_glGetLightfv(GLenum light, GLenum pname, GLfloat *params);
301 void GLTrace_glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params);
302 void GLTrace_glGetTexEnvfv(GLenum env, GLenum pname, GLfloat *params);
303 void GLTrace_glLightModelf(GLenum pname, GLfloat param);
304 void GLTrace_glLightModelfv(GLenum pname, const GLfloat *params);
305 void GLTrace_glLightf(GLenum light, GLenum pname, GLfloat param);
306 void GLTrace_glLightfv(GLenum light, GLenum pname, const GLfloat *params);
307 void GLTrace_glLoadMatrixf(const GLfloat *m);
308 void GLTrace_glMaterialf(GLenum face, GLenum pname, GLfloat param);
309 void GLTrace_glMaterialfv(GLenum face, GLenum pname, const GLfloat *params);
310 void GLTrace_glMultMatrixf(const GLfloat *m);
311 void GLTrace_glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
312 void GLTrace_glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
313 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
314 void GLTrace_glPointParameterf(GLenum pname, GLfloat param);
315 void GLTrace_glPointParameterfv(GLenum pname, const GLfloat *params);
316 void GLTrace_glPointSize(GLfloat size);
317 void GLTrace_glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
318 void GLTrace_glScalef(GLfloat x, GLfloat y, GLfloat z);
319 void GLTrace_glTexEnvf(GLenum target, GLenum pname, GLfloat param);
320 void GLTrace_glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params);
321 void GLTrace_glTranslatef(GLfloat x, GLfloat y, GLfloat z);
392 void GLTrace_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
393 void GLTrace_glDrawTexfvOES(const GLfloat *coords);
454 void GLTrace_glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
455 void GLTrace_glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
456 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat *equation);
457 void GLTrace_glGetClipPlanefOES(GLenum pname, GLfloat eqn[4]);
459 void GLTrace_glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
460 void GLTrace_glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat *params);
465 void GLTrace_glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params);
468 void GLTrace_glClipPlanefIMG(GLenum p, const GLfloat *eqn);