Home
last modified time | relevance | path

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

123456

/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/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/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
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
Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) in TAG() function
339 static void TAG(quadr)( struct gl_context *ctx, in TAG() function
579 static void TAG(quadr)( struct gl_context *ctx, GLuint e0, in TAG() function
601 static void TAG(line)( struct gl_context *ctx, GLuint e0, GLuint e1 ) in TAG() function
632 static void TAG(points)( struct gl_context *ctx, GLuint first, GLuint last ) in TAG() function
657 static void TAG(init)( void ) in TAG() function
Dt_dd_unfilled.h35 static void TAG(unfilled_tri)( struct gl_context *ctx, in TAG() function
98 static void TAG(unfilled_quad)( struct gl_context *ctx, in TAG() function
Dt_dd_vertex.h31 } TAG(_coord_t); typedef
40 } TAG(_color_t); typedef
48 } TAG(_color_t); typedef
77 } TAG(Vertex), *TAG(VertexPtr); typedef
/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 …]
Dt_vb_lighttmp.h47 static void TAG(light_rgba_spec)( struct gl_context *ctx, in TAG() function
229 static void TAG(light_rgba)( struct gl_context *ctx, in TAG() function
410 static void TAG(light_fast_rgba_single)( struct gl_context *ctx, in TAG() function
515 static void TAG(light_fast_rgba)( struct gl_context *ctx, in TAG() function
621 static void TAG(init_light_tab)( void ) in TAG() function
Dt_vb_render.c63 #define TAG(x) x##_4 macro
131 #define TAG(x) clip_##x##_verts macro
144 #define TAG(x) clip_##x##_elts macro
206 #define TAG(x) _tnl_##x##_verts macro
229 #define TAG(x) _tnl_##x##_elts macro
/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
Dtexcompress_rgtc_tmp.h32 static void TAG(fetch_texel_rgtc)(unsigned srcRowStride, const TYPE *pixdata, in TAG() function
61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() function
76 static void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], 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/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
Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) in TAG() function
216 static void TAG(quadfunc)( struct gl_context *ctx, GLuint v0, in TAG() function
240 static void TAG(init)( 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
Dm_norm_tmp.h43 TAG(transform_normalize_normals)( const GLmatrix *mat, in TAG() function
110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, in TAG() function
175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, in TAG() function
204 TAG(transform_rescale_normals)( const GLmatrix *mat, in TAG() function
236 TAG(transform_normals_no_rot)( const GLmatrix *mat, in TAG() function
266 TAG(transform_normals)( const GLmatrix *mat, in TAG() function
296 TAG(normalize_normals)( const GLmatrix *mat, in TAG() function
342 TAG(rescale_normals)( const GLmatrix *mat, in TAG() function
365 TAG(init_c_norm_transform)( void ) in TAG() function
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c690 #define TAG(x) x macro
700 #define TAG(x) x macro
704 #define TAG(x) x##_offset macro
708 #define TAG(x) x##_twoside macro
712 #define TAG(x) x##_twoside_offset macro
716 #define TAG(x) x##_unfilled macro
720 #define TAG(x) x##_offset_unfilled macro
724 #define TAG(x) x##_twoside_unfilled macro
728 #define TAG(x) x##_twoside_offset_unfilled macro
732 #define TAG(x) x##_fallback macro
[all …]
/external/skia/src/sfnt/
DSkSFNTHeader.h27 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_WindowsTrueType>::value; member
34 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_MacTrueType>::value; member
41 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_PostScript>::value; member
48 static const SK_OT_ULONG TAG = SkOTTableTAG<fontType_OpenTypeCFF>::value; member
DSkTTCFHeader.h21 static const SK_OT_ULONG TAG = SkOTTableTAG<SkTTCFHeader>::value; member
37 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_None>::value; member
44 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_Format1>::value; member
/external/mesa3d/src/mesa/x86/
Dmmx_blend.S267 #define TAG(x) CONCAT(x,_transparency) macro
289 #define TAG(x) CONCAT(x,_add) macro
310 #define TAG(x) CONCAT(x,_min) macro
342 #define TAG(x) CONCAT(x,_max) macro
374 #define TAG(x) CONCAT(x,_modulate) macro

123456