Searched refs:TAG (Results 1 - 25 of 205) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Drgtc.c37 #define TAG(x) util_format_unsigned_##x macro
45 #undef TAG
50 #define TAG(x) util_format_signed_##x macro
57 #undef TAG
/xsrc/external/mit/MesaLib/dist/src/util/
H A Drgtc.c37 #define TAG(x) util_format_unsigned_##x macro
45 #undef TAG
50 #define TAG(x) util_format_signed_##x macro
57 #undef TAG
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { function in typeref:typename:struct
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) function in typeref:typename:UINT8_TYPE
72 static const int TAG(etc1_modifier_tables)[8][4] = {
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) function in typeref:typename:void
88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_h
116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { function in typeref:typename:struct
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) function in typeref:typename:UINT8_TYPE
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) function in typeref:typename:UINT8_TYPE
72 static const int TAG(etc1_modifier_tables)[8][4] = {
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) function in typeref:typename:void
88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_h
116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h31 } TAG(_coord_t);
40 } TAG(_color_t);
48 } TAG(_color_t);
54 TAG(_color_t) color;
55 TAG(_color_t) specular;
63 TAG(_color_t) color;
64 TAG(_color_t) specular;
72 TAG(_color_t) color;
77 } TAG(Vertex), *TAG(VertexPt
[all...]
H A Dt_dd_dmatmp.h55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, function in typeref:typename:void *
65 static void TAG(render_points_verts)(struct gl_context *ctx, function in typeref:typename:void
84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
93 static void TAG(render_lines_verts)(struct gl_context *ctx, function in typeref:typename:void
116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
140 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, function in typeref:typename:void
179 tmp = TAG(emit_verts)(ctx, start + j, nr, tmp);
180 tmp = TAG(emit_vert
199 static void TAG(render_triangles_verts)(struct gl_context *ctx, function in typeref:typename:void
230 static void TAG(render_tri_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
260 static void TAG(render_tri_fan_verts)(struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly_verts)(struct gl_context *ctx, function in typeref:typename:void
328 static void TAG(render_quad_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
368 static void TAG(render_quads_verts)(struct gl_context *ctx, function in typeref:typename:void
403 static void TAG(render_noop)(struct gl_context *ctx, function in typeref:typename:void
432 static bool TAG(validate_render)(struct gl_context *ctx, function in typeref:typename:bool
[all...]
H A Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
117 static void TAG(render_points_verts)( struct gl_context *ctx, function in typeref:typename:void
129 static void TAG(render_lines_verts)( struct gl_context *ctx, function in typeref:typename:void
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, function in typeref:typename:void
268 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr );
275 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr );
276 dest = TAG(emit_consecutive_elts)( ctx, dest, start, 1 );
284 TAG(render_line_strip_vert
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, function in typeref:typename:void
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, function in typeref:typename:void
398 static void TAG(render_poly_verts)( struct gl_context *ctx, function in typeref:typename:void
412 static void TAG(render_quad_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
463 static void TAG(render_quads_verts)( struct gl_context *ctx, function in typeref:typename:void
512 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
542 static void TAG(render_points_elts)( struct gl_context *ctx, function in typeref:typename:void
566 static void TAG(render_lines_elts)( struct gl_context *ctx, function in typeref:typename:void
605 static void TAG(render_line_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
634 static void TAG(render_line_loop_elts)( struct gl_context *ctx, function in typeref:typename:void
686 static void TAG(render_triangles_elts)( struct gl_context *ctx, function in typeref:typename:void
719 static void TAG(render_tri_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
749 static void TAG(render_tri_fan_elts)( struct gl_context *ctx, function in typeref:typename:void
776 static void TAG(render_poly_elts)( struct gl_context *ctx, function in typeref:typename:void
802 static void TAG(render_quad_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
864 static void TAG(render_quads_elts)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_vertex.h31 } TAG(_coord_t);
40 } TAG(_color_t);
48 } TAG(_color_t);
54 TAG(_color_t) color;
55 TAG(_color_t) specular;
63 TAG(_color_t) color;
64 TAG(_color_t) specular;
72 TAG(_color_t) color;
77 } TAG(Vertex), *TAG(VertexPt
[all...]
H A Dt_dd_dmatmp.h55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, function in typeref:typename:void *
65 static void TAG(render_points_verts)(struct gl_context *ctx, function in typeref:typename:void
84 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
93 static void TAG(render_lines_verts)(struct gl_context *ctx, function in typeref:typename:void
116 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
140 TAG(emit_verts)(ctx, start + j, nr, ALLOC_VERTS(nr));
148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, function in typeref:typename:void
179 tmp = TAG(emit_verts)(ctx, start + j, nr, tmp);
180 tmp = TAG(emit_vert
199 static void TAG(render_triangles_verts)(struct gl_context *ctx, function in typeref:typename:void
230 static void TAG(render_tri_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
260 static void TAG(render_tri_fan_verts)(struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly_verts)(struct gl_context *ctx, function in typeref:typename:void
328 static void TAG(render_quad_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
368 static void TAG(render_quads_verts)(struct gl_context *ctx, function in typeref:typename:void
403 static void TAG(render_noop)(struct gl_context *ctx, function in typeref:typename:void
432 static bool TAG(validate_render)(struct gl_context *ctx, function in typeref:typename:bool
[all...]
H A Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
117 static void TAG(render_points_verts)( struct gl_context *ctx, function in typeref:typename:void
129 static void TAG(render_lines_verts)( struct gl_context *ctx, function in typeref:typename:void
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, function in typeref:typename:void
268 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr );
275 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr );
276 dest = TAG(emit_consecutive_elts)( ctx, dest, start, 1 );
284 TAG(render_line_strip_vert
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, function in typeref:typename:void
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, function in typeref:typename:void
398 static void TAG(render_poly_verts)( struct gl_context *ctx, function in typeref:typename:void
412 static void TAG(render_quad_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
463 static void TAG(render_quads_verts)( struct gl_context *ctx, function in typeref:typename:void
512 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
542 static void TAG(render_points_elts)( struct gl_context *ctx, function in typeref:typename:void
566 static void TAG(render_lines_elts)( struct gl_context *ctx, function in typeref:typename:void
605 static void TAG(render_line_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
634 static void TAG(render_line_loop_elts)( struct gl_context *ctx, function in typeref:typename:void
686 static void TAG(render_triangles_elts)( struct gl_context *ctx, function in typeref:typename:void
719 static void TAG(render_tri_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
749 static void TAG(render_tri_fan_elts)( struct gl_context *ctx, function in typeref:typename:void
776 static void TAG(render_poly_elts)( struct gl_context *ctx, function in typeref:typename:void
802 static void TAG(render_quad_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
864 static void TAG(render_quads_elts)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_attrib_tmp.h207 TAG(Vertex2f)(GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
214 TAG(Vertex2fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
221 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
228 TAG(Vertex3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
235 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
242 TAG(Vertex4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
251 TAG(TexCoord1f)(GLfloat x) function in typeref:typename:void GLAPIENTRY
258 TAG(TexCoord1fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
265 TAG(TexCoord2f)(GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
272 TAG(TexCoord2f function in typeref:typename:void GLAPIENTRY
279 TAG(TexCoord3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
286 TAG(TexCoord3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
293 TAG(TexCoord4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
300 TAG(TexCoord4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
309 TAG(Normal3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
316 TAG(Normal3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
325 TAG(FogCoordfEXT)(GLfloat x) function in typeref:typename:void GLAPIENTRY
334 TAG(FogCoordfvEXT)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
341 TAG(Color3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
348 TAG(Color3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
355 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
362 TAG(Color4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
371 TAG(SecondaryColor3fEXT)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
378 TAG(SecondaryColor3fvEXT)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
387 TAG(EdgeFlag)(GLboolean b) function in typeref:typename:void GLAPIENTRY
396 TAG(Indexf)(GLfloat f) function in typeref:typename:void GLAPIENTRY
403 TAG(Indexfv)(const GLfloat * f) function in typeref:typename:void GLAPIENTRY
412 TAG(MultiTexCoord1f)(GLenum target, GLfloat x) function in typeref:typename:void GLAPIENTRY
420 TAG(MultiTexCoord1fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
428 TAG(MultiTexCoord2f)(GLenum target, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
436 TAG(MultiTexCoord2fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
444 TAG(MultiTexCoord3f)(GLenum target, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
452 TAG(MultiTexCoord3fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
460 TAG(MultiTexCoord4f)(GLenum target, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
468 TAG(MultiTexCoord4fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
477 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) function in typeref:typename:void GLAPIENTRY
489 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
501 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
513 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
525 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
537 TAG(VertexAttrib3fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
549 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
561 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
578 TAG(VertexAttribI1i)(GLuint index, GLint x) function in typeref:typename:void GLAPIENTRY
590 TAG(VertexAttribI2i)(GLuint index, GLint x, GLint y) function in typeref:typename:void GLAPIENTRY
602 TAG(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z) function in typeref:typename:void GLAPIENTRY
614 TAG(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w) function in typeref:typename:void GLAPIENTRY
626 TAG(VertexAttribI2iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
638 TAG(VertexAttribI3iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
650 TAG(VertexAttribI4iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
667 TAG(VertexAttribI1ui)(GLuint index, GLuint x) function in typeref:typename:void GLAPIENTRY
679 TAG(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y) function in typeref:typename:void GLAPIENTRY
691 TAG(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z) function in typeref:typename:void GLAPIENTRY
703 TAG(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) function in typeref:typename:void GLAPIENTRY
715 TAG(VertexAttribI2uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
727 TAG(VertexAttribI3uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
739 TAG(VertexAttribI4uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
758 TAG(VertexAttrib1fNV)(GLuint index, GLfloat x) function in typeref:typename:void GLAPIENTRY
766 TAG(VertexAttrib1fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
774 TAG(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
782 TAG(VertexAttrib2fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
790 TAG(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
798 TAG(VertexAttrib3fvNV)(GLuint index, function in typeref:typename:void GLAPIENTRY
807 TAG(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
815 TAG(VertexAttrib4fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
823 TAG(VertexP2ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
831 TAG(VertexP2uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
839 TAG(VertexP3ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
847 TAG(VertexP3uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
855 TAG(VertexP4ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
863 TAG(VertexP4uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
871 TAG(TexCoordP1ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
879 TAG(TexCoordP1uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
887 TAG(TexCoordP2ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
895 TAG(TexCoordP2uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
903 TAG(TexCoordP3ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
911 TAG(TexCoordP3uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
919 TAG(TexCoordP4ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
927 TAG(TexCoordP4uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
935 TAG(MultiTexCoordP1ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
944 TAG(MultiTexCoordP1uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
953 TAG(MultiTexCoordP2ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
962 TAG(MultiTexCoordP2uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
971 TAG(MultiTexCoordP3ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
980 TAG(MultiTexCoordP3uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
989 TAG(MultiTexCoordP4ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
998 TAG(MultiTexCoordP4uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1007 TAG(NormalP3ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1015 TAG(NormalP3uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1023 TAG(ColorP3ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1031 TAG(ColorP3uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1039 TAG(ColorP4ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1047 TAG(ColorP4uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1055 TAG(SecondaryColorP3ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1063 TAG(SecondaryColorP3uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1071 TAG(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1080 TAG(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1089 TAG(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1098 TAG(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1107 TAG(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1116 TAG(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1125 TAG(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1134 TAG(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1145 TAG(VertexAttribL1d)(GLuint index, GLdouble x) function in typeref:typename:void GLAPIENTRY
1157 TAG(VertexAttribL1dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1169 TAG(VertexAttribL2d)(GLuint index, GLdouble x, GLdouble y) function in typeref:typename:void GLAPIENTRY
1181 TAG(VertexAttribL2dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1193 TAG(VertexAttribL3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void GLAPIENTRY
1205 TAG(VertexAttribL3dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1217 TAG(VertexAttribL4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) function in typeref:typename:void GLAPIENTRY
1229 TAG(VertexAttribL4dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1241 TAG(VertexAttribL1ui64ARB)(GLuint index, GLuint64EXT x) function in typeref:typename:void GLAPIENTRY
1253 TAG(VertexAttribL1ui64vARB)(GLuint index, const GLuint64EXT *v) function in typeref:typename:void GLAPIENTRY
1266 TAG(Vertex2hNV)(GLhalfNV x, GLhalfNV y) function in typeref:typename:void GLAPIENTRY
1273 TAG(Vertex2hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1280 TAG(Vertex3hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1287 TAG(Vertex3hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1294 TAG(Vertex4hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w) function in typeref:typename:void GLAPIENTRY
1301 TAG(Vertex4hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1310 TAG(Normal3hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1317 TAG(Normal3hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1326 TAG(Color3hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1333 TAG(Color3hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1340 TAG(Color4hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w) function in typeref:typename:void GLAPIENTRY
1347 TAG(Color4hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1356 TAG(TexCoord1hNV)(GLhalfNV x) function in typeref:typename:void GLAPIENTRY
1363 TAG(TexCoord1hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1370 TAG(TexCoord2hNV)(GLhalfNV x, GLhalfNV y) function in typeref:typename:void GLAPIENTRY
1377 TAG(TexCoord2hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1384 TAG(TexCoord3hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1391 TAG(TexCoord3hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1398 TAG(TexCoord4hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w) function in typeref:typename:void GLAPIENTRY
1405 TAG(TexCoord4hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1414 TAG(MultiTexCoord1hNV)(GLenum target, GLhalfNV x) function in typeref:typename:void GLAPIENTRY
1422 TAG(MultiTexCoord1hvNV)(GLenum target, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1430 TAG(MultiTexCoord2hNV)(GLenum target, GLhalfNV x, GLhalfNV y) function in typeref:typename:void GLAPIENTRY
1438 TAG(MultiTexCoord2hvNV)(GLenum target, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1446 TAG(MultiTexCoord3hNV)(GLenum target, GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1454 TAG(MultiTexCoord3hvNV)(GLenum target, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1462 TAG(MultiTexCoord4hNV)(GLenum target, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w) function in typeref:typename:void GLAPIENTRY
1470 TAG(MultiTexCoord4hvNV)(GLenum target, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1480 TAG(VertexAttrib1hNV)(GLuint index, GLhalfNV x) function in typeref:typename:void GLAPIENTRY
1492 TAG(VertexAttrib2hNV)(GLuint index, GLhalfNV x, GLhalfNV y) function in typeref:typename:void GLAPIENTRY
1504 TAG(VertexAttrib3hNV)(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1516 TAG(VertexAttrib4hNV)(GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w) function in typeref:typename:void GLAPIENTRY
1528 TAG(VertexAttrib1hvNV)(GLuint index, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1540 TAG(VertexAttrib2hvNV)(GLuint index, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1552 TAG(VertexAttrib3hvNV)(GLuint index, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1564 TAG(VertexAttrib4hvNV)(GLuint index, const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1576 TAG(VertexAttribs1hvNV)(GLuint index, GLsizei n, const GLhalfNV *v) function in typeref:typename:void GLAPIENTRY
1585 TAG(VertexAttribs2hvNV)(GLuint index, GLsizei n, const GLhalfNV *v) function in typeref:typename:void GLAPIENTRY
1594 TAG(VertexAttribs3hvNV)(GLuint index, GLsizei n, const GLhalfNV *v) function in typeref:typename:void GLAPIENTRY
1604 TAG(VertexAttribs4hvNV)(GLuint index, GLsizei n, const GLhalfNV *v) function in typeref:typename:void GLAPIENTRY
1615 TAG(FogCoordhNV)(GLhalf x) function in typeref:typename:void GLAPIENTRY
1622 TAG(FogCoordhvNV)(const GLhalf * v) function in typeref:typename:void GLAPIENTRY
1631 TAG(SecondaryColor3hNV)(GLhalfNV x, GLhalfNV y, GLhalfNV z) function in typeref:typename:void GLAPIENTRY
1638 TAG(SecondaryColor3hvNV)(const GLhalfNV * v) function in typeref:typename:void GLAPIENTRY
1646 TAG(Color3b)(GLbyte red, GLbyte green, GLbyte blue) function in typeref:typename:void GLAPIENTRY
1656 TAG(Color3d)(GLdouble red, GLdouble green, GLdouble blue) function in typeref:typename:void GLAPIENTRY
1663 TAG(Color3i)(GLint red, GLint green, GLint blue) function in typeref:typename:void GLAPIENTRY
1671 TAG(Color3s)(GLshort red, GLshort green, GLshort blue) function in typeref:typename:void GLAPIENTRY
1679 TAG(Color3ui)(GLuint red, GLuint green, GLuint blue) function in typeref:typename:void GLAPIENTRY
1687 TAG(Color3us)(GLushort red, GLushort green, GLushort blue) function in typeref:typename:void GLAPIENTRY
1695 TAG(Color3ub)(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void GLAPIENTRY
1704 TAG(Color3bv)(const GLbyte *v) function in typeref:typename:void GLAPIENTRY
1712 TAG(Color3dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
1719 TAG(Color3iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
1727 TAG(Color3sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
1735 TAG(Color3uiv)(const GLuint *v) function in typeref:typename:void GLAPIENTRY
1743 TAG(Color3usv)(const GLushort *v) function in typeref:typename:void GLAPIENTRY
1751 TAG(Color3ubv)(const GLubyte *v) function in typeref:typename:void GLAPIENTRY
1760 TAG(Color4b)(GLbyte red, GLbyte green, GLbyte blue, function in typeref:typename:void GLAPIENTRY
1769 TAG(Color4d)(GLdouble red, GLdouble green, GLdouble blue, function in typeref:typename:void GLAPIENTRY
1777 TAG(Color4i)(GLint red, GLint green, GLint blue, GLint alpha) function in typeref:typename:void GLAPIENTRY
1785 TAG(Color4s)(GLshort red, GLshort green, GLshort blue, function in typeref:typename:void GLAPIENTRY
1794 TAG(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha) function in typeref:typename:void GLAPIENTRY
1802 TAG(Color4us)(GLushort red, GLushort green, GLushort blue, GLushort alpha) function in typeref:typename:void GLAPIENTRY
1810 TAG(Color4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) function in typeref:typename:void GLAPIENTRY
1819 TAG(Color4iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
1828 TAG(Color4bv)(const GLbyte *v) function in typeref:typename:void GLAPIENTRY
1836 TAG(Color4dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
1844 TAG(Color4sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
1853 TAG(Color4uiv)(const GLuint *v) function in typeref:typename:void GLAPIENTRY
1861 TAG(Color4usv)(const GLushort *v) function in typeref:typename:void GLAPIENTRY
1869 TAG(Color4ubv)(const GLubyte *v) function in typeref:typename:void GLAPIENTRY
1878 TAG(FogCoordd)(GLdouble d) function in typeref:typename:void GLAPIENTRY
1885 TAG(FogCoorddv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
1893 TAG(Indexd)(GLdouble c) function in typeref:typename:void GLAPIENTRY
1900 TAG(Indexi)(GLint c) function in typeref:typename:void GLAPIENTRY
1907 TAG(Indexs)(GLshort c) function in typeref:typename:void GLAPIENTRY
1914 TAG(Indexub)(GLubyte c) function in typeref:typename:void GLAPIENTRY
1921 TAG(Indexdv)(const GLdouble *c) function in typeref:typename:void GLAPIENTRY
1928 TAG(Indexiv)(const GLint *c) function in typeref:typename:void GLAPIENTRY
1935 TAG(Indexsv)(const GLshort *c) function in typeref:typename:void GLAPIENTRY
1942 TAG(Indexubv)(const GLubyte *c) function in typeref:typename:void GLAPIENTRY
1950 TAG(EdgeFlagv)(const GLboolean *flag) function in typeref:typename:void GLAPIENTRY
1958 TAG(Normal3b)(GLbyte nx, GLbyte ny, GLbyte nz) function in typeref:typename:void GLAPIENTRY
1965 TAG(Normal3d)(GLdouble nx, GLdouble ny, GLdouble nz) function in typeref:typename:void GLAPIENTRY
1972 TAG(Normal3i)(GLint nx, GLint ny, GLint nz) function in typeref:typename:void GLAPIENTRY
1979 TAG(Normal3s)(GLshort nx, GLshort ny, GLshort nz) function in typeref:typename:void GLAPIENTRY
1986 TAG(Normal3bv)(const GLbyte *v) function in typeref:typename:void GLAPIENTRY
1993 TAG(Normal3dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2000 TAG(Normal3iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2007 TAG(Normal3sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2014 TAG(TexCoord1d)(GLdouble s) function in typeref:typename:void GLAPIENTRY
2021 TAG(TexCoord1i)(GLint s) function in typeref:typename:void GLAPIENTRY
2028 TAG(TexCoord1s)(GLshort s) function in typeref:typename:void GLAPIENTRY
2035 TAG(TexCoord2d)(GLdouble s, GLdouble t) function in typeref:typename:void GLAPIENTRY
2042 TAG(TexCoord2s)(GLshort s, GLshort t) function in typeref:typename:void GLAPIENTRY
2049 TAG(TexCoord2i)(GLint s, GLint t) function in typeref:typename:void GLAPIENTRY
2056 TAG(TexCoord3d)(GLdouble s, GLdouble t, GLdouble r) function in typeref:typename:void GLAPIENTRY
2063 TAG(TexCoord3i)(GLint s, GLint t, GLint r) function in typeref:typename:void GLAPIENTRY
2070 TAG(TexCoord3s)(GLshort s, GLshort t, GLshort r) function in typeref:typename:void GLAPIENTRY
2077 TAG(TexCoord4d)(GLdouble s, GLdouble t, GLdouble r, GLdouble q) function in typeref:typename:void GLAPIENTRY
2084 TAG(TexCoord4i)(GLint s, GLint t, GLint r, GLint q) function in typeref:typename:void GLAPIENTRY
2091 TAG(TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q) function in typeref:typename:void GLAPIENTRY
2098 TAG(TexCoord1dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2105 TAG(TexCoord1iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2112 TAG(TexCoord1sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2119 TAG(TexCoord2dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2126 TAG(TexCoord2iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2133 TAG(TexCoord2sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2140 TAG(TexCoord3dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2147 TAG(TexCoord3iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2154 TAG(TexCoord3sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2161 TAG(TexCoord4dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2168 TAG(TexCoord4iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2175 TAG(TexCoord4sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2182 TAG(Vertex2d)(GLdouble x, GLdouble y) function in typeref:typename:void GLAPIENTRY
2189 TAG(Vertex2i)(GLint x, GLint y) function in typeref:typename:void GLAPIENTRY
2196 TAG(Vertex2s)(GLshort x, GLshort y) function in typeref:typename:void GLAPIENTRY
2203 TAG(Vertex3d)(GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void GLAPIENTRY
2210 TAG(Vertex3i)(GLint x, GLint y, GLint z) function in typeref:typename:void GLAPIENTRY
2217 TAG(Vertex3s)(GLshort x, GLshort y, GLshort z) function in typeref:typename:void GLAPIENTRY
2224 TAG(Vertex4d)(GLdouble x, GLdouble y, GLdouble z, GLdouble w) function in typeref:typename:void GLAPIENTRY
2231 TAG(Vertex4i)(GLint x, GLint y, GLint z, GLint w) function in typeref:typename:void GLAPIENTRY
2238 TAG(Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w) function in typeref:typename:void GLAPIENTRY
2245 TAG(Vertex2dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2252 TAG(Vertex2iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2259 TAG(Vertex2sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2266 TAG(Vertex3dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2273 TAG(Vertex3iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2280 TAG(Vertex3sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2287 TAG(Vertex4dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2295 TAG(Vertex4iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2303 TAG(Vertex4sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2311 TAG(MultiTexCoord1d)(GLenum target, GLdouble s) function in typeref:typename:void GLAPIENTRY
2319 TAG(MultiTexCoord1dv)(GLenum target, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2327 TAG(MultiTexCoord1i)(GLenum target, GLint s) function in typeref:typename:void GLAPIENTRY
2335 TAG(MultiTexCoord1iv)(GLenum target, const GLint *v) function in typeref:typename:void GLAPIENTRY
2343 TAG(MultiTexCoord1s)(GLenum target, GLshort s) function in typeref:typename:void GLAPIENTRY
2351 TAG(MultiTexCoord1sv)(GLenum target, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2359 TAG(MultiTexCoord2d)(GLenum target, GLdouble s, GLdouble t) function in typeref:typename:void GLAPIENTRY
2367 TAG(MultiTexCoord2dv)(GLenum target, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2375 TAG(MultiTexCoord2i)(GLenum target, GLint s, GLint t) function in typeref:typename:void GLAPIENTRY
2383 TAG(MultiTexCoord2iv)(GLenum target, const GLint *v) function in typeref:typename:void GLAPIENTRY
2391 TAG(MultiTexCoord2s)(GLenum target, GLshort s, GLshort t) function in typeref:typename:void GLAPIENTRY
2399 TAG(MultiTexCoord2sv)(GLenum target, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2407 TAG(MultiTexCoord3d)(GLenum target, GLdouble s, GLdouble t, GLdouble r) function in typeref:typename:void GLAPIENTRY
2415 TAG(MultiTexCoord3dv)(GLenum target, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2423 TAG(MultiTexCoord3i)(GLenum target, GLint s, GLint t, GLint r) function in typeref:typename:void GLAPIENTRY
2431 TAG(MultiTexCoord3iv)(GLenum target, const GLint *v) function in typeref:typename:void GLAPIENTRY
2439 TAG(MultiTexCoord3s)(GLenum target, GLshort s, GLshort t, GLshort r) function in typeref:typename:void GLAPIENTRY
2447 TAG(MultiTexCoord3sv)(GLenum target, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2455 TAG(MultiTexCoord4d)(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) function in typeref:typename:void GLAPIENTRY
2463 TAG(MultiTexCoord4dv)(GLenum target, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2471 TAG(MultiTexCoord4i)(GLenum target, GLint s, GLint t, GLint r, GLint q) function in typeref:typename:void GLAPIENTRY
2479 TAG(MultiTexCoord4iv)(GLenum target, const GLint *v) function in typeref:typename:void GLAPIENTRY
2487 TAG(MultiTexCoord4s)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) function in typeref:typename:void GLAPIENTRY
2495 TAG(MultiTexCoord4sv)(GLenum target, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2504 TAG(EvalCoord2dv)(const GLdouble *u) function in typeref:typename:void GLAPIENTRY
2510 TAG(EvalCoord2d)(GLdouble u, GLdouble v) function in typeref:typename:void GLAPIENTRY
2516 TAG(EvalCoord1dv)(const GLdouble *u) function in typeref:typename:void GLAPIENTRY
2522 TAG(EvalCoord1d)(GLdouble u) function in typeref:typename:void GLAPIENTRY
2529 TAG(Materialf)(GLenum face, GLenum pname, GLfloat param) function in typeref:typename:void GLAPIENTRY
2537 TAG(Materiali)(GLenum face, GLenum pname, GLint param) function in typeref:typename:void GLAPIENTRY
2545 TAG(Materialiv)(GLenum face, GLenum pname, const GLint *params) function in typeref:typename:void GLAPIENTRY
2575 TAG(SecondaryColor3b)(GLbyte red, GLbyte green, GLbyte blue) function in typeref:typename:void GLAPIENTRY
2584 TAG(SecondaryColor3d)(GLdouble red, GLdouble green, GLdouble blue) function in typeref:typename:void GLAPIENTRY
2591 TAG(SecondaryColor3i)(GLint red, GLint green, GLint blue) function in typeref:typename:void GLAPIENTRY
2600 TAG(SecondaryColor3s)(GLshort red, GLshort green, GLshort blue) function in typeref:typename:void GLAPIENTRY
2609 TAG(SecondaryColor3ui)(GLuint red, GLuint green, GLuint blue) function in typeref:typename:void GLAPIENTRY
2618 TAG(SecondaryColor3us)(GLushort red, GLushort green, GLushort blue) function in typeref:typename:void GLAPIENTRY
2627 TAG(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue) function in typeref:typename:void GLAPIENTRY
2636 TAG(SecondaryColor3bv)(const GLbyte *v) function in typeref:typename:void GLAPIENTRY
2645 TAG(SecondaryColor3dv)(const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2652 TAG(SecondaryColor3iv)(const GLint *v) function in typeref:typename:void GLAPIENTRY
2661 TAG(SecondaryColor3sv)(const GLshort *v) function in typeref:typename:void GLAPIENTRY
2670 TAG(SecondaryColor3uiv)(const GLuint *v) function in typeref:typename:void GLAPIENTRY
2679 TAG(SecondaryColor3usv)(const GLushort *v) function in typeref:typename:void GLAPIENTRY
2688 TAG(SecondaryColor3ubv)(const GLubyte *v) function in typeref:typename:void GLAPIENTRY
2703 TAG(VertexAttrib1sNV)(GLuint index, GLshort x) function in typeref:typename:void GLAPIENTRY
2710 TAG(VertexAttrib1dNV)(GLuint index, GLdouble x) function in typeref:typename:void GLAPIENTRY
2717 TAG(VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y) function in typeref:typename:void GLAPIENTRY
2724 TAG(VertexAttrib2dNV)(GLuint index, GLdouble x, GLdouble y) function in typeref:typename:void GLAPIENTRY
2731 TAG(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z) function in typeref:typename:void GLAPIENTRY
2738 TAG(VertexAttrib3dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void GLAPIENTRY
2745 TAG(VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) function in typeref:typename:void GLAPIENTRY
2752 TAG(VertexAttrib4dNV)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) function in typeref:typename:void GLAPIENTRY
2759 TAG(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) function in typeref:typename:void GLAPIENTRY
2767 TAG(VertexAttrib1svNV)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2774 TAG(VertexAttrib1dvNV)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2781 TAG(VertexAttrib2svNV)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2788 TAG(VertexAttrib2dvNV)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2795 TAG(VertexAttrib3svNV)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2802 TAG(VertexAttrib3dvNV)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2809 TAG(VertexAttrib4svNV)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2817 TAG(VertexAttrib4dvNV)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2824 TAG(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v) function in typeref:typename:void GLAPIENTRY
2833 TAG(VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2843 TAG(VertexAttribs1fvNV)(GLuint index, GLsizei n, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
2853 TAG(VertexAttribs1dvNV)(GLuint index, GLsizei n, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2863 TAG(VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2873 TAG(VertexAttribs2fvNV)(GLuint index, GLsizei n, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
2883 TAG(VertexAttribs2dvNV)(GLuint index, GLsizei n, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2893 TAG(VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2903 TAG(VertexAttribs3fvNV)(GLuint index, GLsizei n, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
2913 TAG(VertexAttribs3dvNV)(GLuint index, GLsizei n, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2923 TAG(VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort *v) function in typeref:typename:void GLAPIENTRY
2933 TAG(VertexAttribs4fvNV)(GLuint index, GLsizei n, const GLfloat *v) function in typeref:typename:void GLAPIENTRY
2943 TAG(VertexAttribs4dvNV)(GLuint index, GLsizei n, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
2953 TAG(VertexAttribs4ubvNV)(GLuint index, GLsizei n, const GLubyte *v) function in typeref:typename:void GLAPIENTRY
2970 TAG(VertexAttrib1s)(GLuint index, GLshort x) function in typeref:typename:void GLAPIENTRY
2982 TAG(VertexAttrib1d)(GLuint index, GLdouble x) function in typeref:typename:void GLAPIENTRY
2994 TAG(VertexAttrib2s)(GLuint index, GLshort x, GLshort y) function in typeref:typename:void GLAPIENTRY
3006 TAG(VertexAttrib2d)(GLuint index, GLdouble x, GLdouble y) function in typeref:typename:void GLAPIENTRY
3018 TAG(VertexAttrib3s)(GLuint index, GLshort x, GLshort y, GLshort z) function in typeref:typename:void GLAPIENTRY
3030 TAG(VertexAttrib3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void GLAPIENTRY
3042 TAG(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) function in typeref:typename:void GLAPIENTRY
3054 TAG(VertexAttrib4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) function in typeref:typename:void GLAPIENTRY
3066 TAG(VertexAttrib1sv)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
3078 TAG(VertexAttrib1dv)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
3090 TAG(VertexAttrib2sv)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
3102 TAG(VertexAttrib2dv)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
3114 TAG(VertexAttrib3sv)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
3126 TAG(VertexAttrib3dv)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
3138 TAG(VertexAttrib4sv)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
3150 TAG(VertexAttrib4dv)(GLuint index, const GLdouble *v) function in typeref:typename:void GLAPIENTRY
3162 TAG(VertexAttrib4bv)(GLuint index, const GLbyte * v) function in typeref:typename:void GLAPIENTRY
3174 TAG(VertexAttrib4iv)(GLuint index, const GLint * v) function in typeref:typename:void GLAPIENTRY
3186 TAG(VertexAttrib4ubv)(GLuint index, const GLubyte * v) function in typeref:typename:void GLAPIENTRY
3198 TAG(VertexAttrib4usv)(GLuint index, const GLushort * v) function in typeref:typename:void GLAPIENTRY
3210 TAG(VertexAttrib4uiv)(GLuint index, const GLuint * v) function in typeref:typename:void GLAPIENTRY
3222 TAG(VertexAttrib4Nbv)(GLuint index, const GLbyte * v) function in typeref:typename:void GLAPIENTRY
3234 TAG(VertexAttrib4Nsv)(GLuint index, const GLshort * v) function in typeref:typename:void GLAPIENTRY
3246 TAG(VertexAttrib4Niv)(GLuint index, const GLint * v) function in typeref:typename:void GLAPIENTRY
3258 TAG(VertexAttrib4Nub)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) function in typeref:typename:void GLAPIENTRY
3270 TAG(VertexAttrib4Nubv)(GLuint index, const GLubyte * v) function in typeref:typename:void GLAPIENTRY
3282 TAG(VertexAttrib4Nusv)(GLuint index, const GLushort * v) function in typeref:typename:void GLAPIENTRY
3294 TAG(VertexAttrib4Nuiv)(GLuint index, const GLuint * v) function in typeref:typename:void GLAPIENTRY
3313 TAG(VertexAttribI1iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
3325 TAG(VertexAttribI1uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
3337 TAG(VertexAttribI4bv)(GLuint index, const GLbyte *v) function in typeref:typename:void GLAPIENTRY
3349 TAG(VertexAttribI4sv)(GLuint index, const GLshort *v) function in typeref:typename:void GLAPIENTRY
3361 TAG(VertexAttribI4ubv)(GLuint index, const GLubyte *v) function in typeref:typename:void GLAPIENTRY
3373 TAG(VertexAttribI4usv)(GLuint index, const GLushort *v) function in typeref:typename:void GLAPIENTRY
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, function in typeref:typename:void
53 static void TAG(dotprod_vec3)( GLfloat *out, function in typeref:typename:void
75 static void TAG(dotprod_vec4)( GLfloat *out, function in typeref:typename:void
97 static void TAG(init_dotprod)( void ) function in typeref:typename:void
99 _mesa_dotprod_tab[2] = TAG(dotprod_vec2);
100 _mesa_dotprod_tab[3] = TAG(dotprod_vec3);
101 _mesa_dotprod_tab[4] = TAG(dotprod_vec4);
H A Dm_xform.c80 #define TAG(x) x macro
90 #undef TAG
H A Dm_xform_tmp.h74 TAG(transform_points1_general)( GLvector4f *to_vec, function in typeref:typename:void
100 TAG(transform_points1_identity)( GLvector4f *to_vec, function in typeref:typename:void
120 TAG(transform_points1_2d)( GLvector4f *to_vec, function in typeref:typename:void
142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
163 TAG(transform_points1_3d)( GLvector4f *to_vec, function in typeref:typename:void
187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
210 TAG(transform_points1_perspective)( GLvector4f *to_vec, function in typeref:typename:void
240 TAG(transform_points2_general)( GLvector4f *to_vec, function in typeref:typename:void
266 TAG(transform_points2_identity)( GLvector4f *to_vec, function in typeref:typename:void
287 TAG(transform_points2_2 function in typeref:typename:void
309 TAG(transform_points2_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
330 TAG(transform_points2_3d)( GLvector4f *to_vec, function in typeref:typename:void
357 TAG(transform_points2_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
386 TAG(transform_points2_perspective)( GLvector4f *to_vec, function in typeref:typename:void
411 TAG(transform_points3_general)( GLvector4f *to_vec, function in typeref:typename:void
437 TAG(transform_points3_identity)( GLvector4f *to_vec, function in typeref:typename:void
459 TAG(transform_points3_2d)( GLvector4f *to_vec, function in typeref:typename:void
482 TAG(transform_points3_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
504 TAG(transform_points3_3d)( GLvector4f *to_vec, function in typeref:typename:void
530 TAG(transform_points3_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
553 TAG(transform_points3_perspective)( GLvector4f *to_vec, function in typeref:typename:void
579 TAG(transform_points4_general)( GLvector4f *to_vec, function in typeref:typename:void
605 TAG(transform_points4_identity)( GLvector4f *to_vec, function in typeref:typename:void
628 TAG(transform_points4_2d)( GLvector4f *to_vec, function in typeref:typename:void
652 TAG(transform_points4_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
675 TAG(transform_points4_3d)( GLvector4f *to_vec, function in typeref:typename:void
700 TAG(transform_points4_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
724 TAG(transform_points4_perspective)( GLvector4f *to_vec, function in typeref:typename:void
756 static void TAG(init_c_transformations)( void ) function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, function in typeref:typename:void
53 static void TAG(dotprod_vec3)( GLfloat *out, function in typeref:typename:void
75 static void TAG(dotprod_vec4)( GLfloat *out, function in typeref:typename:void
97 static void TAG(init_dotprod)( void ) function in typeref:typename:void
99 _mesa_dotprod_tab[2] = TAG(dotprod_vec2);
100 _mesa_dotprod_tab[3] = TAG(dotprod_vec3);
101 _mesa_dotprod_tab[4] = TAG(dotprod_vec4);
H A Dm_xform.c80 #define TAG(x) x macro
90 #undef TAG
H A Dm_xform_tmp.h74 TAG(transform_points1_general)( GLvector4f *to_vec, function in typeref:typename:void
100 TAG(transform_points1_identity)( GLvector4f *to_vec, function in typeref:typename:void
120 TAG(transform_points1_2d)( GLvector4f *to_vec, function in typeref:typename:void
142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
163 TAG(transform_points1_3d)( GLvector4f *to_vec, function in typeref:typename:void
187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
210 TAG(transform_points1_perspective)( GLvector4f *to_vec, function in typeref:typename:void
240 TAG(transform_points2_general)( GLvector4f *to_vec, function in typeref:typename:void
266 TAG(transform_points2_identity)( GLvector4f *to_vec, function in typeref:typename:void
287 TAG(transform_points2_2 function in typeref:typename:void
309 TAG(transform_points2_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
330 TAG(transform_points2_3d)( GLvector4f *to_vec, function in typeref:typename:void
357 TAG(transform_points2_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
386 TAG(transform_points2_perspective)( GLvector4f *to_vec, function in typeref:typename:void
411 TAG(transform_points3_general)( GLvector4f *to_vec, function in typeref:typename:void
437 TAG(transform_points3_identity)( GLvector4f *to_vec, function in typeref:typename:void
459 TAG(transform_points3_2d)( GLvector4f *to_vec, function in typeref:typename:void
482 TAG(transform_points3_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
504 TAG(transform_points3_3d)( GLvector4f *to_vec, function in typeref:typename:void
530 TAG(transform_points3_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
553 TAG(transform_points3_perspective)( GLvector4f *to_vec, function in typeref:typename:void
579 TAG(transform_points4_general)( GLvector4f *to_vec, function in typeref:typename:void
605 TAG(transform_points4_identity)( GLvector4f *to_vec, function in typeref:typename:void
628 TAG(transform_points4_2d)( GLvector4f *to_vec, function in typeref:typename:void
652 TAG(transform_points4_2d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
675 TAG(transform_points4_3d)( GLvector4f *to_vec, function in typeref:typename:void
700 TAG(transform_points4_3d_no_rot)( GLvector4f *to_vec, function in typeref:typename:void
724 TAG(transform_points4_perspective)( GLvector4f *to_vec, function in typeref:typename:void
756 static void TAG(init_c_transformations)( void ) function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_attrib_tmp.h256 TAG(Vertex2f)(GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
263 TAG(Vertex2fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
270 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
277 TAG(Vertex3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
284 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
291 TAG(Vertex4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
300 TAG(TexCoord1f)(GLfloat x) function in typeref:typename:void GLAPIENTRY
307 TAG(TexCoord1fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
314 TAG(TexCoord2f)(GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
321 TAG(TexCoord2f function in typeref:typename:void GLAPIENTRY
328 TAG(TexCoord3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
335 TAG(TexCoord3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
342 TAG(TexCoord4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
349 TAG(TexCoord4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
358 TAG(Normal3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
365 TAG(Normal3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
374 TAG(FogCoordfEXT)(GLfloat x) function in typeref:typename:void GLAPIENTRY
383 TAG(FogCoordfvEXT)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
390 TAG(Color3f)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
397 TAG(Color3fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
404 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
411 TAG(Color4fv)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
420 TAG(SecondaryColor3fEXT)(GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
427 TAG(SecondaryColor3fvEXT)(const GLfloat * v) function in typeref:typename:void GLAPIENTRY
436 TAG(EdgeFlag)(GLboolean b) function in typeref:typename:void GLAPIENTRY
445 TAG(Indexf)(GLfloat f) function in typeref:typename:void GLAPIENTRY
452 TAG(Indexfv)(const GLfloat * f) function in typeref:typename:void GLAPIENTRY
461 TAG(MultiTexCoord1f)(GLenum target, GLfloat x) function in typeref:typename:void GLAPIENTRY
469 TAG(MultiTexCoord1fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
477 TAG(MultiTexCoord2f)(GLenum target, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
485 TAG(MultiTexCoord2fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
493 TAG(MultiTexCoord3f)(GLenum target, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
501 TAG(MultiTexCoord3fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
509 TAG(MultiTexCoord4f)(GLenum target, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
517 TAG(MultiTexCoord4fv)(GLenum target, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
526 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) function in typeref:typename:void GLAPIENTRY
538 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
550 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
562 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
574 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
586 TAG(VertexAttrib3fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
598 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
610 TAG(VertexAttrib4fvARB)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
627 TAG(VertexAttribI1i)(GLuint index, GLint x) function in typeref:typename:void GLAPIENTRY
639 TAG(VertexAttribI2i)(GLuint index, GLint x, GLint y) function in typeref:typename:void GLAPIENTRY
651 TAG(VertexAttribI3i)(GLuint index, GLint x, GLint y, GLint z) function in typeref:typename:void GLAPIENTRY
663 TAG(VertexAttribI4i)(GLuint index, GLint x, GLint y, GLint z, GLint w) function in typeref:typename:void GLAPIENTRY
675 TAG(VertexAttribI2iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
687 TAG(VertexAttribI3iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
699 TAG(VertexAttribI4iv)(GLuint index, const GLint *v) function in typeref:typename:void GLAPIENTRY
716 TAG(VertexAttribI1ui)(GLuint index, GLuint x) function in typeref:typename:void GLAPIENTRY
728 TAG(VertexAttribI2ui)(GLuint index, GLuint x, GLuint y) function in typeref:typename:void GLAPIENTRY
740 TAG(VertexAttribI3ui)(GLuint index, GLuint x, GLuint y, GLuint z) function in typeref:typename:void GLAPIENTRY
752 TAG(VertexAttribI4ui)(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) function in typeref:typename:void GLAPIENTRY
764 TAG(VertexAttribI2uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
776 TAG(VertexAttribI3uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
788 TAG(VertexAttribI4uiv)(GLuint index, const GLuint *v) function in typeref:typename:void GLAPIENTRY
807 TAG(VertexAttrib1fNV)(GLuint index, GLfloat x) function in typeref:typename:void GLAPIENTRY
815 TAG(VertexAttrib1fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
823 TAG(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y) function in typeref:typename:void GLAPIENTRY
831 TAG(VertexAttrib2fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
839 TAG(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z) function in typeref:typename:void GLAPIENTRY
847 TAG(VertexAttrib3fvNV)(GLuint index, function in typeref:typename:void GLAPIENTRY
856 TAG(VertexAttrib4fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) function in typeref:typename:void GLAPIENTRY
864 TAG(VertexAttrib4fvNV)(GLuint index, const GLfloat * v) function in typeref:typename:void GLAPIENTRY
892 TAG(VertexP2ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
900 TAG(VertexP2uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
908 TAG(VertexP3ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
916 TAG(VertexP3uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
924 TAG(VertexP4ui)(GLenum type, GLuint value) function in typeref:typename:void GLAPIENTRY
932 TAG(VertexP4uiv)(GLenum type, const GLuint *value) function in typeref:typename:void GLAPIENTRY
940 TAG(TexCoordP1ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
948 TAG(TexCoordP1uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
956 TAG(TexCoordP2ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
964 TAG(TexCoordP2uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
972 TAG(TexCoordP3ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
980 TAG(TexCoordP3uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
988 TAG(TexCoordP4ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
996 TAG(TexCoordP4uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1004 TAG(MultiTexCoordP1ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1013 TAG(MultiTexCoordP1uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1022 TAG(MultiTexCoordP2ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1031 TAG(MultiTexCoordP2uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1040 TAG(MultiTexCoordP3ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1049 TAG(MultiTexCoordP3uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1058 TAG(MultiTexCoordP4ui)(GLenum target, GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1067 TAG(MultiTexCoordP4uiv)(GLenum target, GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1076 TAG(NormalP3ui)(GLenum type, GLuint coords) function in typeref:typename:void GLAPIENTRY
1084 TAG(NormalP3uiv)(GLenum type, const GLuint *coords) function in typeref:typename:void GLAPIENTRY
1092 TAG(ColorP3ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1100 TAG(ColorP3uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1108 TAG(ColorP4ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1116 TAG(ColorP4uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1124 TAG(SecondaryColorP3ui)(GLenum type, GLuint color) function in typeref:typename:void GLAPIENTRY
1132 TAG(SecondaryColorP3uiv)(GLenum type, const GLuint *color) function in typeref:typename:void GLAPIENTRY
1140 TAG(VertexAttribP1ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1149 TAG(VertexAttribP2ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1158 TAG(VertexAttribP3ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1167 TAG(VertexAttribP4ui)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1176 TAG(VertexAttribP1uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1185 TAG(VertexAttribP2uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1194 TAG(VertexAttribP3uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1203 TAG(VertexAttribP4uiv)(GLuint index, GLenum type, GLboolean normalized, function in typeref:typename:void GLAPIENTRY
1214 TAG(VertexAttribL1d)(GLuint index, GLdouble x) function in typeref:typename:void GLAPIENTRY
1226 TAG(VertexAttribL1dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1238 TAG(VertexAttribL2d)(GLuint index, GLdouble x, GLdouble y) function in typeref:typename:void GLAPIENTRY
1250 TAG(VertexAttribL2dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1262 TAG(VertexAttribL3d)(GLuint index, GLdouble x, GLdouble y, GLdouble z) function in typeref:typename:void GLAPIENTRY
1274 TAG(VertexAttribL3dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1286 TAG(VertexAttribL4d)(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) function in typeref:typename:void GLAPIENTRY
1298 TAG(VertexAttribL4dv)(GLuint index, const GLdouble * v) function in typeref:typename:void GLAPIENTRY
1310 TAG(VertexAttribL1ui64ARB)(GLuint index, GLuint64EXT x) function in typeref:typename:void GLAPIENTRY
1322 TAG(VertexAttribL1ui64vARB)(GLuint index, const GLuint64EXT *v) function in typeref:typename:void GLAPIENTRY
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c91 #define TAG(x) x##_rgba macro
98 #define TAG(x) x##_n macro
106 #define TAG(x) x##_rgba_st macro
114 #define TAG(x) x##_rgba_n macro
122 #define TAG(x) x##_st_n macro
131 #define TAG(x) x##_rgba_st_st macro
140 #define TAG(x) x##_rgba_st_n macro
150 #define TAG(x) x##_rgba_spec_st_st macro
159 #define TAG(x) x##_st_st_n macro
170 #define TAG( macro
179 #define TAG macro
190 #define TAG macro
204 #define TAG macro
214 #define TAG macro
225 #define TAG macro
235 #define TAG macro
247 #define TAG macro
260 #define TAG macro
276 #define TAG macro
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c90 #define TAG(x) x##_rgba macro
97 #define TAG(x) x##_n macro
105 #define TAG(x) x##_rgba_st macro
113 #define TAG(x) x##_rgba_n macro
121 #define TAG(x) x##_st_n macro
130 #define TAG(x) x##_rgba_st_st macro
139 #define TAG(x) x##_rgba_st_n macro
149 #define TAG(x) x##_rgba_spec_st_st macro
158 #define TAG(x) x##_st_st_n macro
169 #define TAG( macro
178 #define TAG macro
189 #define TAG macro
203 #define TAG macro
213 #define TAG macro
224 #define TAG macro
234 #define TAG macro
246 #define TAG macro
259 #define TAG macro
275 #define TAG macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c75 #define TAG(x) x##_none macro
79 #define TAG(x) x##_xy_fullz_viewport macro
83 #define TAG(x) x##_xy_halfz_viewport macro
87 #define TAG(x) x##_xy_gb_halfz_viewport macro
91 #define TAG(x) x##_fullz_viewport macro
95 #define TAG(x) x##_halfz_viewport macro
99 #define TAG(x) x##_xy_fullz_user_viewport macro
103 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
114 #define TAG(x) x##_generic macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c75 #define TAG(x) x##_none macro
79 #define TAG(x) x##_xy_fullz_viewport macro
83 #define TAG(x) x##_xy_halfz_viewport macro
87 #define TAG(x) x##_xy_gb_halfz_viewport macro
91 #define TAG(x) x##_fullz_viewport macro
95 #define TAG(x) x##_halfz_viewport macro
99 #define TAG(x) x##_xy_fullz_user_viewport macro
103 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
114 #define TAG(x) x##_generic macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_rendertmp.h60 static void TAG(render_points)( struct gl_context *ctx, function in typeref:typename:void
73 static void TAG(render_lines)( struct gl_context *ctx, function in typeref:typename:void
94 static void TAG(render_line_strip)( struct gl_context *ctx, function in typeref:typename:void
119 static void TAG(render_line_loop)( struct gl_context *ctx, function in typeref:typename:void
160 static void TAG(render_triangles)( struct gl_context *ctx, function in typeref:typename:void
193 static void TAG(render_tri_strip)( struct gl_context *ctx, function in typeref:typename:void
243 static void TAG(render_tri_fan)( struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly)( struct gl_context *ctx, function in typeref:typename:void
359 static void TAG(render_quads)( struct gl_context *ctx, function in typeref:typename:void
392 static void TAG(render_quad_stri function in typeref:typename:void
440 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_rendertmp.h60 static void TAG(render_points)( struct gl_context *ctx, function in typeref:typename:void
73 static void TAG(render_lines)( struct gl_context *ctx, function in typeref:typename:void
94 static void TAG(render_line_strip)( struct gl_context *ctx, function in typeref:typename:void
119 static void TAG(render_line_loop)( struct gl_context *ctx, function in typeref:typename:void
160 static void TAG(render_triangles)( struct gl_context *ctx, function in typeref:typename:void
193 static void TAG(render_tri_strip)( struct gl_context *ctx, function in typeref:typename:void
243 static void TAG(render_tri_fan)( struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly)( struct gl_context *ctx, function in typeref:typename:void
359 static void TAG(render_quads)( struct gl_context *ctx, function in typeref:typename:void
392 static void TAG(render_quad_stri function in typeref:typename:void
440 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/fontconfig/dist/fc-case/
H A DMakefile.am26 TAG=case macro

Completed in 24 milliseconds

123456789