OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGint
(Results
26 - 37
of
37
) sorted by null
1
2
/external/mesa3d/src/gallium/state_trackers/vega/
path.c
57
VGint
num_segments;
80
VGint
start,
VGint
count,
84
VGint
i;
85
VGint
end = start + count;
108
VGint
**bdata = (
VGint
**)data;
134
VGint
num_coords)
136
VGint
i;
152
VGint
*buf = (VGint*)common_data
[
all
...]
text.c
132
struct vg_font *font_create(
VGint
glyphCapacityHint)
213
VGint
glyphCount,
221
VGint
i;
244
VGint
font_num_glyphs(struct vg_font *font)
api_text.c
38
VGFont vegaCreateFont(
VGint
glyphCapacityHint)
171
VGint
glyphCount,
stroker.h
63
VGint
dash_pattern_num;
vgu.c
43
VGint
num_cmds,
45
VGint
num_coords)
82
VGint
count,
88
VGint
i;
270
VGint
i, c = 0;
asm_fill.h
606
VGint
id;
611
VGint
start_const;
612
VGint
num_consts;
614
VGint
start_sampler;
615
VGint
num_samplers;
617
VGint
start_temp;
618
VGint
num_temps;
polygon.c
55
VGint
size;
57
VGint
num_verts;
313
VGint
i;
stroker.c
73
VGint
position;
74
VGint
coord_position;
78
VGint
num_commands;
79
VGint
num_coords;
82
VGint
curve_index;
753
VGint
num_coords)
964
VGint
i;
[
all
...]
vg_context.h
51
VGint
width, height;
55
VGint
width, height;
vg_context.c
234
VGint
width,
VGint
height)
267
VGint
width,
VGint
height)
matrix.h
45
static INLINE
VGint
float_to_int_floor(VGuint bits)
55
return (
VGint
)((sign < 0) ? 0x80000000u : 0x7fffffffu);
/external/mesa3d/include/VG/
vgu.h
83
const VGfloat * points,
VGint
count,
Completed in 271 milliseconds
1
2