Home
last modified time | relevance | path

Searched refs:GLfloat (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/third_party/mesa3d/src/mesa/main/
Drastpos.c54 viewclip_point_xy( const GLfloat v[] ) in viewclip_point_xy()
74 viewclip_point_near_z( const GLfloat v[] ) in viewclip_point_near_z()
93 viewclip_point_far_z( const GLfloat v[] ) in viewclip_point_far_z()
113 userclip_point( struct gl_context *ctx, const GLfloat v[] ) in userclip_point()
118 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()
142 const GLfloat vertex[4], in shade_rastpos()
143 const GLfloat normal[3], in shade_rastpos()
144 GLfloat Rcolor[4], in shade_rastpos()
145 GLfloat Rspec[4]) in shade_rastpos()
147 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor; in shade_rastpos()
[all …]
Ddrawtex.c33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture()
34 GLfloat width, GLfloat height) in draw_texture()
58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexfOES()
66 _mesa_DrawTexfvOES(const GLfloat *coords) in _mesa_DrawTexfvOES()
77 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexiOES()
78 (GLfloat) width, (GLfloat) height); in _mesa_DrawTexiOES()
86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexivOES()
87 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]); in _mesa_DrawTexivOES()
95 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexsOES()
96 (GLfloat) width, (GLfloat) height); in _mesa_DrawTexsOES()
[all …]
Dmatrix.c122 (GLfloat) left, (GLfloat) right, in matrix_frustum()
123 (GLfloat) bottom, (GLfloat) top, in matrix_frustum()
124 (GLfloat) nearval, (GLfloat) farval); in matrix_frustum()
152 (GLfloat) left, (GLfloat) right, in _mesa_Frustum()
153 (GLfloat) bottom, (GLfloat) top, in _mesa_Frustum()
154 (GLfloat) nearval, (GLfloat) farval, in _mesa_Frustum()
172 (GLfloat) left, (GLfloat) right, in _mesa_MatrixFrustumEXT()
173 (GLfloat) bottom, (GLfloat) top, in _mesa_MatrixFrustumEXT()
174 (GLfloat) nearval, (GLfloat) farval, in _mesa_MatrixFrustumEXT()
203 (GLfloat) left, (GLfloat) right, in matrix_ortho()
[all …]
Des1_conversion.c46 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation) in _mesa_ClipPlanef()
74 _es_Color4f((GLfloat) (red / 65536.0f), in _mesa_Color4x()
75 (GLfloat) (green / 65536.0f), in _mesa_Color4x()
76 (GLfloat) (blue / 65536.0f), in _mesa_Color4x()
77 (GLfloat) (alpha / 65536.0f)); in _mesa_Color4x()
91 _mesa_DrawTexfOES((GLfloat) (x / 65536.0f), in _mesa_DrawTexxOES()
92 (GLfloat) (y / 65536.0f), in _mesa_DrawTexxOES()
93 (GLfloat) (z / 65536.0f), in _mesa_DrawTexxOES()
94 (GLfloat) (w / 65536.0f), in _mesa_DrawTexxOES()
95 (GLfloat) (h / 65536.0f)); in _mesa_DrawTexxOES()
[all …]
Dapi_arrayelt.c105 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV()
117 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV()
131 CALL_VertexAttrib3fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3bvNV()
146 …CALL_VertexAttrib4fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloa… in VertexAttrib4bvNV()
160 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1ubvNV()
173 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2ubvNV()
186 CALL_VertexAttrib3fNV(get_dispatch(), (index, (GLfloat)v[0], in VertexAttrib3ubvNV()
187 (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3ubvNV()
202 CALL_VertexAttrib4fNV(get_dispatch(), (index, (GLfloat)v[0], in VertexAttrib4ubvNV()
203 (GLfloat)v[1], (GLfloat)v[2], in VertexAttrib4ubvNV()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0_autogen.h14 void alphaFunc(AlphaTestFunc funcPacked, GLfloat ref); \
19 void clipPlanef(GLenum p, const GLfloat *eqn); \
21 void color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
29 void fogf(GLenum pname, GLfloat param); \
30 void fogfv(GLenum pname, const GLfloat *params); \
33 void frustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); \
35 void getClipPlanef(GLenum plane, GLfloat *equation); \
38 void getLightfv(GLenum light, LightParameter pnamePacked, GLfloat *params); \
40 void getMaterialfv(GLenum face, MaterialParameter pnamePacked, GLfloat *params); \
43 GLfloat *params); \
[all …]
DContext_gl_1_autogen.h14 void accum(GLenum op, GLfloat value); \
16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
17 GLfloat ymove, const GLubyte *bitmap); \
20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
22 void clearIndex(GLfloat c); \
28 void color3f(GLfloat red, GLfloat green, GLfloat blue); \
29 void color3fv(const GLfloat *v); \
44 void color4fv(const GLfloat *v); \
67 void evalCoord1f(GLfloat u); \
68 void evalCoord1fv(const GLfloat *u); \
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_1_0_autogen.h14 void alphaFunc(AlphaTestFunc funcPacked, GLfloat ref); \
19 void clipPlanef(GLenum p, const GLfloat *eqn); \
21 void color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
29 void fogf(GLenum pname, GLfloat param); \
30 void fogfv(GLenum pname, const GLfloat *params); \
33 void frustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); \
35 void getClipPlanef(GLenum plane, GLfloat *equation); \
38 void getLightfv(GLenum light, LightParameter pnamePacked, GLfloat *params); \
40 void getMaterialfv(GLenum face, MaterialParameter pnamePacked, GLfloat *params); \
43 GLfloat *params); \
[all …]
DContext_gl_1_0_autogen.h14 void accum(GLenum op, GLfloat value); \
16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
17 GLfloat ymove, const GLubyte *bitmap); \
20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \
22 void clearIndex(GLfloat c); \
28 void color3f(GLfloat red, GLfloat green, GLfloat blue); \
29 void color3fv(const GLfloat *v); \
44 void color4fv(const GLfloat *v); \
67 void evalCoord1f(GLfloat u); \
68 void evalCoord1fv(const GLfloat *u); \
[all …]
DvalidationES1_autogen.h20 bool ValidateAlphaFunc(Context *context, AlphaTestFunc funcPacked, GLfloat ref);
25 bool ValidateClipPlanef(Context *context, GLenum p, const GLfloat *eqn);
27 bool ValidateColor4f(Context *context, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
38 bool ValidateFogf(Context *context, GLenum pname, GLfloat param);
39 bool ValidateFogfv(Context *context, GLenum pname, const GLfloat *params);
43 GLfloat l,
44 GLfloat r,
45 GLfloat b,
46 GLfloat t,
47 GLfloat n,
[all …]
DvalidationGL1.cpp14 bool ValidateAccum(Context *context, GLenum op, GLfloat value) in ValidateAccum()
27 GLfloat xorig, in ValidateBitmap()
28 GLfloat yorig, in ValidateBitmap()
29 GLfloat xmove, in ValidateBitmap()
30 GLfloat ymove, in ValidateBitmap()
46 bool ValidateClearAccum(Context *context, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum()
56 bool ValidateClearIndex(Context *context, GLfloat c) in ValidateClearIndex()
86 bool ValidateColor3f(Context *context, GLfloat red, GLfloat green, GLfloat blue) in ValidateColor3f()
91 bool ValidateColor3fv(Context *context, const GLfloat *v) in ValidateColor3fv()
166 bool ValidateColor4fv(Context *context, const GLfloat *v) in ValidateColor4fv()
[all …]
DvalidationGL1_autogen.h20 bool ValidateAccum(Context *context, GLenum op, GLfloat value);
25 GLfloat xorig,
26 GLfloat yorig,
27 GLfloat xmove,
28 GLfloat ymove,
32 bool ValidateClearAccum(Context *context, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
34 bool ValidateClearIndex(Context *context, GLfloat c);
40 bool ValidateColor3f(Context *context, GLfloat red, GLfloat green, GLfloat blue);
41 bool ValidateColor3fv(Context *context, const GLfloat *v);
56 bool ValidateColor4fv(Context *context, const GLfloat *v);
[all …]
/third_party/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h210 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG()
217 TAG(Vertex2fv)(const GLfloat * v) in TAG()
224 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG()
231 TAG(Vertex3fv)(const GLfloat * v) in TAG()
238 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG()
245 TAG(Vertex4fv)(const GLfloat * v) in TAG()
252 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG()
264 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) in TAG()
276 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG()
288 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h19 ANGLE_EXPORT void GL_APIENTRY Accum(GLenum op, GLfloat value);
20 ANGLE_EXPORT void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref);
24 GLfloat xorig,
25 GLfloat yorig,
26 GLfloat xmove,
27 GLfloat ymove,
33 ANGLE_EXPORT void GL_APIENTRY ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
34 ANGLE_EXPORT void GL_APIENTRY ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
36 ANGLE_EXPORT void GL_APIENTRY ClearIndex(GLfloat c);
43 ANGLE_EXPORT void GL_APIENTRY Color3f(GLfloat red, GLfloat green, GLfloat blue);
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_glfuncs.h28 SDL_PROC_UNUSED(void, glAccum, (GLenum, GLfloat))
36 (GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat,
43 SDL_PROC_UNUSED(void, glClearAccum, (GLfloat, GLfloat, GLfloat, GLfloat))
46 SDL_PROC_UNUSED(void, glClearIndex, (GLfloat))
53 SDL_PROC_UNUSED(void, glColor3f, (GLfloat, GLfloat, GLfloat))
54 SDL_PROC(void, glColor3fv, (const GLfloat *))
69 SDL_PROC(void, glColor4f, (GLfloat, GLfloat, GLfloat, GLfloat))
70 SDL_PROC_UNUSED(void, glColor4fv, (const GLfloat *))
132 SDL_PROC_UNUSED(void, glEvalCoord1f, (GLfloat u))
133 SDL_PROC_UNUSED(void, glEvalCoord1fv, (const GLfloat * u))
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h19 ANGLE_EXPORT void GL_APIENTRY AlphaFunc(GLenum func, GLfloat ref);
24 ANGLE_EXPORT void GL_APIENTRY ClipPlanef(GLenum p, const GLfloat *eqn);
26 ANGLE_EXPORT void GL_APIENTRY Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
36 ANGLE_EXPORT void GL_APIENTRY Fogf(GLenum pname, GLfloat param);
37 ANGLE_EXPORT void GL_APIENTRY Fogfv(GLenum pname, const GLfloat *params);
41 Frustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
44 ANGLE_EXPORT void GL_APIENTRY GetClipPlanef(GLenum plane, GLfloat *equation);
47 ANGLE_EXPORT void GL_APIENTRY GetLightfv(GLenum light, GLenum pname, GLfloat *params);
49 ANGLE_EXPORT void GL_APIENTRY GetMaterialfv(GLenum face, GLenum pname, GLfloat *params);
52 ANGLE_EXPORT void GL_APIENTRY GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params);
[all …]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h18 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref);
26 ANGLE_EXPORT void GL_APIENTRY GL_ClipPlanef(GLenum p, const GLfloat *eqn);
28 ANGLE_EXPORT void GL_APIENTRY GL_Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
38 ANGLE_EXPORT void GL_APIENTRY GL_Fogf(GLenum pname, GLfloat param);
39 ANGLE_EXPORT void GL_APIENTRY GL_Fogfv(GLenum pname, const GLfloat *params);
43 GL_Frustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
46 ANGLE_EXPORT void GL_APIENTRY GL_GetClipPlanef(GLenum plane, GLfloat *equation);
49 ANGLE_EXPORT void GL_APIENTRY GL_GetLightfv(GLenum light, GLenum pname, GLfloat *params);
51 ANGLE_EXPORT void GL_APIENTRY GL_GetMaterialfv(GLenum face, GLenum pname, GLfloat *params);
53 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params);
[all …]
/third_party/mesa3d/src/mesa/math/
Dm_matrix.h76 ALIGN16 GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */
77 ALIGN16 GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */
94 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
97 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
100 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
103 _math_matrix_rotate( GLmatrix *m, GLfloat angle,
104 GLfloat x, GLfloat y, GLfloat z );
107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
117 GLfloat left, GLfloat right,
118 GLfloat bottom, GLfloat top,
[all …]
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.h20 ANGLE_EXPORT void GL_APIENTRY GL_Accum(GLenum op, GLfloat value);
21 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref);
25 GLfloat xorig,
26 GLfloat yorig,
27 GLfloat xmove,
28 GLfloat ymove,
34 ANGLE_EXPORT void GL_APIENTRY GL_ClearAccum(GLfloat red,
35 GLfloat green,
36 GLfloat blue,
37 GLfloat alpha);
[all …]
/third_party/skia/third_party/externals/angle2/include/GLES/
Dgl.h64 typedef khronos_float_t GLfloat; typedef
408 typedef void (GL_APIENTRYP PFNGLALPHAFUNCPROC) (GLenum func, GLfloat ref);
409 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat
410 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat d);
411 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFPROC) (GLenum p, const GLfloat *eqn);
412 typedef void (GL_APIENTRYP PFNGLCOLOR4FPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alp…
413 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f);
414 typedef void (GL_APIENTRYP PFNGLFOGFPROC) (GLenum pname, GLfloat param);
415 typedef void (GL_APIENTRYP PFNGLFOGFVPROC) (GLenum pname, const GLfloat *params);
416 …pedef void (GL_APIENTRYP PFNGLFRUSTUMFPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
Dgl.h64 typedef khronos_float_t GLfloat; typedef
408 typedef void (GL_APIENTRYP PFNGLALPHAFUNCPROC) (GLenum func, GLfloat ref);
409 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat
410 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat d);
411 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFPROC) (GLenum p, const GLfloat *eqn);
412 typedef void (GL_APIENTRYP PFNGLCOLOR4FPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alp…
413 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f);
414 typedef void (GL_APIENTRYP PFNGLFOGFPROC) (GLenum pname, GLfloat param);
415 typedef void (GL_APIENTRYP PFNGLFOGFVPROC) (GLenum pname, const GLfloat *params);
416 …pedef void (GL_APIENTRYP PFNGLFRUSTUMFPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n…
[all …]
/third_party/openGLES/api/GLSC/1.0.1/
Dgl.h30 typedef float GLfloat; typedef
474 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf…
482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
483 GLAPI void APIENTRY glColor4fv (const GLfloat *v);
506 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
513 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params);
515 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
516 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
525 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params);
[all …]
/third_party/openGLES/api/GLSC/1.0/
Dgl.h35 typedef float GLfloat; typedef
470 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf…
478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
479 GLAPI void APIENTRY glColor4fv (const GLfloat *v);
502 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
509 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params);
511 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
512 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
515 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
521 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params);
[all …]
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
Dgl.h30 typedef float GLfloat; typedef
474 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf…
482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
483 GLAPI void APIENTRY glColor4fv (const GLfloat *v);
506 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
513 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params);
515 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
516 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
525 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params);
[all …]
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
Dgl.h35 typedef float GLfloat; typedef
470 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf…
478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
479 GLAPI void APIENTRY glColor4fv (const GLfloat *v);
502 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z…
509 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params);
511 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
512 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params);
515 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params);
521 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params);
[all …]

12345678910>>...46