Home
last modified time | relevance | path

Searched defs:TAG (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h186 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() function
193 TAG(Vertex2fv)(const GLfloat * v) in TAG() function
200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() function
207 TAG(Vertex3fv)(const GLfloat * v) in TAG() function
214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() function
221 TAG(Vertex4fv)(const GLfloat * v) in TAG() function
230 TAG(TexCoord1f)(GLfloat x) in TAG() function
237 TAG(TexCoord1fv)(const GLfloat * v) in TAG() function
244 TAG(TexCoord2f)(GLfloat x, GLfloat y) in TAG() function
251 TAG(TexCoord2fv)(const GLfloat * v) in TAG() function
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
Dvbo_attrib_tmp.h186 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() function
193 TAG(Vertex2fv)(const GLfloat * v) in TAG() function
200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() function
207 TAG(Vertex3fv)(const GLfloat * v) in TAG() function
214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() function
221 TAG(Vertex4fv)(const GLfloat * v) in TAG() function
230 TAG(TexCoord1f)(GLfloat x) in TAG() function
237 TAG(TexCoord1fv)(const GLfloat * v) in TAG() function
244 TAG(TexCoord2f)(GLfloat x, GLfloat y) in TAG() function
251 TAG(TexCoord2fv)(const GLfloat * v) in TAG() function
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
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(x) x##_rgba_spec_st_st_n macro
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
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(x) x##_rgba_spec_st_st_n macro
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, in TAG() function
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, in TAG() function
117 static void TAG(render_points_verts)( struct gl_context *ctx, in TAG() function
129 static void TAG(render_lines_verts)( struct gl_context *ctx, in TAG() function
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, in TAG() function
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, in TAG() function
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, in TAG() function
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, in TAG() function
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, in TAG() function
398 static void TAG(render_poly_verts)( struct gl_context *ctx, in TAG() function
[all …]
Dt_dd_dmatmp.h76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr, in TAG() function
97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start, in TAG() function
107 static void TAG(render_points_verts)( struct gl_context *ctx, in TAG() function
136 static void TAG(render_lines_verts)( struct gl_context *ctx, in TAG() function
172 static void TAG(render_line_strip_verts)( struct gl_context *ctx, in TAG() function
204 static void TAG(render_line_loop_verts)( struct gl_context *ctx, in TAG() function
270 static void TAG(render_triangles_verts)( struct gl_context *ctx, in TAG() function
301 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, in TAG() function
339 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, in TAG() function
379 static void TAG(render_poly_verts)( struct gl_context *ctx, in TAG() function
[all …]
Dt_dd_triemit.h38 static __inline void TAG(quad)( CTX_ARG, in TAG() function
62 static __inline void TAG(quad)( CTX_ARG, in TAG() function
90 static __inline void TAG(triangle)( CTX_ARG, in TAG() function
113 static __inline void TAG(line)( CTX_ARG, in TAG() function
127 static __inline void TAG(point)( CTX_ARG, in TAG() function
139 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, in TAG() function
Dt_dd_vb.c81 void TAG(translate_vertex)(struct gl_context *ctx, in TAG() function
195 void TAG(print_vertex)( struct gl_context *ctx, const VERTEX *v ) in TAG() function
292 INTERP_QUALIFIER void TAG(interp_extras)( struct gl_context *ctx, in TAG() function
323 INTERP_QUALIFIER void TAG(copy_pv_extras)( struct gl_context *ctx, in TAG() function
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, in TAG() function
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, in TAG() function
117 static void TAG(render_points_verts)( struct gl_context *ctx, in TAG() function
129 static void TAG(render_lines_verts)( struct gl_context *ctx, in TAG() function
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, in TAG() function
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, in TAG() function
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, in TAG() function
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, in TAG() function
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, in TAG() function
398 static void TAG(render_poly_verts)( struct gl_context *ctx, in TAG() function
[all …]
Dt_dd_dmatmp.h76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr, in TAG() function
97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start, in TAG() function
107 static void TAG(render_points_verts)( struct gl_context *ctx, in TAG() function
136 static void TAG(render_lines_verts)( struct gl_context *ctx, in TAG() function
172 static void TAG(render_line_strip_verts)( struct gl_context *ctx, in TAG() function
204 static void TAG(render_line_loop_verts)( struct gl_context *ctx, in TAG() function
270 static void TAG(render_triangles_verts)( struct gl_context *ctx, in TAG() function
301 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, in TAG() function
339 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, in TAG() function
379 static void TAG(render_poly_verts)( struct gl_context *ctx, in TAG() function
[all …]
Dt_dd_triemit.h38 static __inline void TAG(quad)( CTX_ARG, in TAG() function
62 static __inline void TAG(quad)( CTX_ARG, in TAG() function
90 static __inline void TAG(triangle)( CTX_ARG, in TAG() function
113 static __inline void TAG(line)( CTX_ARG, in TAG() function
127 static __inline void TAG(point)( CTX_ARG, in TAG() function
139 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, in TAG() function
/external/mesa3d/src/mesa/tnl/
Dt_vb_rendertmp.h60 static void TAG(render_points)( struct gl_context *ctx, in TAG() function
73 static void TAG(render_lines)( struct gl_context *ctx, in TAG() function
94 static void TAG(render_line_strip)( struct gl_context *ctx, in TAG() function
119 static void TAG(render_line_loop)( struct gl_context *ctx, in TAG() function
159 static void TAG(render_triangles)( struct gl_context *ctx, in TAG() function
192 static void TAG(render_tri_strip)( struct gl_context *ctx, in TAG() function
242 static void TAG(render_tri_fan)( struct gl_context *ctx, in TAG() function
289 static void TAG(render_poly)( struct gl_context *ctx, in TAG() function
358 static void TAG(render_quads)( struct gl_context *ctx, in TAG() function
391 static void TAG(render_quad_strip)( struct gl_context *ctx, in TAG() function
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_rendertmp.h60 static void TAG(render_points)( struct gl_context *ctx, in TAG() function
73 static void TAG(render_lines)( struct gl_context *ctx, in TAG() function
94 static void TAG(render_line_strip)( struct gl_context *ctx, in TAG() function
119 static void TAG(render_line_loop)( struct gl_context *ctx, in TAG() function
159 static void TAG(render_triangles)( struct gl_context *ctx, in TAG() function
192 static void TAG(render_tri_strip)( struct gl_context *ctx, in TAG() function
242 static void TAG(render_tri_fan)( struct gl_context *ctx, in TAG() function
289 static void TAG(render_poly)( struct gl_context *ctx, in TAG() function
358 static void TAG(render_quads)( struct gl_context *ctx, in TAG() function
391 static void TAG(render_quad_strip)( struct gl_context *ctx, in TAG() function
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { in TAG() function
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG() function
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG() function
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG() function
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG() function
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) in TAG() function
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in TAG() function
116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { in TAG() function
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG() function
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG() function
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG() function
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG() function
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) in TAG() function
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in TAG() function
116 TAG(etc1_fetch_texel)(const struct TAG(etc1_block) *block, in TAG() function
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c73 #define TAG(x) x##_none macro
77 #define TAG(x) x##_xy_fullz_viewport macro
81 #define TAG(x) x##_xy_halfz_viewport macro
85 #define TAG(x) x##_xy_gb_halfz_viewport macro
89 #define TAG(x) x##_fullz_viewport macro
93 #define TAG(x) x##_halfz_viewport macro
97 #define TAG(x) x##_xy_fullz_user_viewport macro
101 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
112 #define TAG(x) x##_generic macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c73 #define TAG(x) x##_none macro
77 #define TAG(x) x##_xy_fullz_viewport macro
81 #define TAG(x) x##_xy_halfz_viewport macro
85 #define TAG(x) x##_xy_gb_halfz_viewport macro
89 #define TAG(x) x##_fullz_viewport macro
93 #define TAG(x) x##_halfz_viewport macro
97 #define TAG(x) x##_xy_fullz_user_viewport macro
101 #define TAG(x) x##_xy_fullz_user_viewport_edgeflag macro
112 #define TAG(x) x##_generic macro
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, in TAG() function
53 static void TAG(dotprod_vec3)( GLfloat *out, in TAG() function
75 static void TAG(dotprod_vec4)( GLfloat *out, in TAG() function
97 static void TAG(init_dotprod)( void ) in TAG() function
Dm_xform_tmp.h74 TAG(transform_points1_general)( GLvector4f *to_vec, in TAG() function
100 TAG(transform_points1_identity)( GLvector4f *to_vec, in TAG() function
120 TAG(transform_points1_2d)( GLvector4f *to_vec, in TAG() function
142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, in TAG() function
163 TAG(transform_points1_3d)( GLvector4f *to_vec, in TAG() function
187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, in TAG() function
210 TAG(transform_points1_perspective)( GLvector4f *to_vec, in TAG() function
240 TAG(transform_points2_general)( GLvector4f *to_vec, in TAG() function
266 TAG(transform_points2_identity)( GLvector4f *to_vec, in TAG() function
287 TAG(transform_points2_2d)( GLvector4f *to_vec, in TAG() function
[all …]
Dm_clip_tmp.h43 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, in TAG() function
123 static GLvector4f * _XFORMAPI TAG(cliptest_np_points4)( GLvector4f *clip_vec, in TAG() function
180 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, in TAG() function
216 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec, in TAG() function
248 void TAG(init_c_cliptest)( void ) in TAG() function
/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, in TAG() function
53 static void TAG(dotprod_vec3)( GLfloat *out, in TAG() function
75 static void TAG(dotprod_vec4)( GLfloat *out, in TAG() function
97 static void TAG(init_dotprod)( void ) in TAG() function
Dm_xform_tmp.h74 TAG(transform_points1_general)( GLvector4f *to_vec, in TAG() function
100 TAG(transform_points1_identity)( GLvector4f *to_vec, in TAG() function
120 TAG(transform_points1_2d)( GLvector4f *to_vec, in TAG() function
142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, in TAG() function
163 TAG(transform_points1_3d)( GLvector4f *to_vec, in TAG() function
187 TAG(transform_points1_3d_no_rot)( GLvector4f *to_vec, in TAG() function
210 TAG(transform_points1_perspective)( GLvector4f *to_vec, in TAG() function
240 TAG(transform_points2_general)( GLvector4f *to_vec, in TAG() function
266 TAG(transform_points2_identity)( GLvector4f *to_vec, in TAG() function
287 TAG(transform_points2_2d)( GLvector4f *to_vec, in TAG() function
[all …]
Dm_clip_tmp.h43 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, in TAG() function
123 static GLvector4f * _XFORMAPI TAG(cliptest_np_points4)( GLvector4f *clip_vec, in TAG() function
180 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, in TAG() function
216 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec, in TAG() function
248 void TAG(init_c_cliptest)( void ) in TAG() function
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c166 #define TAG(x) x##_rgba macro
170 #define TAG(x) x##_offset_rgba macro
174 #define TAG(x) x##_twoside_rgba macro
178 #define TAG(x) x##_offset_twoside_rgba macro
182 #define TAG(x) x##_unfilled_rgba macro
186 #define TAG(x) x##_offset_unfilled_rgba macro
190 #define TAG(x) x##_twoside_unfilled_rgba macro
194 #define TAG(x) x##_offset_twoside_unfilled_rgba macro
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
Dss_triangle.c166 #define TAG(x) x##_rgba macro
170 #define TAG(x) x##_offset_rgba macro
174 #define TAG(x) x##_twoside_rgba macro
178 #define TAG(x) x##_offset_twoside_rgba macro
182 #define TAG(x) x##_unfilled_rgba macro
186 #define TAG(x) x##_offset_unfilled_rgba macro
190 #define TAG(x) x##_twoside_unfilled_rgba macro
194 #define TAG(x) x##_offset_twoside_unfilled_rgba macro

1234567891011