/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
image.h | 41 VGint x, y; 42 VGint width, height; 53 VGint width, VGint height); 57 VGint x, VGint y, VGint width, VGint height); 61 VGint dataStride, 63 VGint x, VGint y [all...] |
mask.h | 36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height); 39 VGint x, VGint y, 40 VGint width, VGint height, 42 VGint mask_layer_width(struct vg_mask_layer *layer); 43 VGint mask_layer_height(struct vg_mask_layer *layer); 45 VGint sx, VGint sy [all...] |
renderer.h | 57 VGint num_samplers, 61 VGint const_buffer_len); 73 VGint x, VGint y, VGint w, VGint h, 74 VGint sx, VGint sy, VGint sw, VGint sh) [all...] |
path_utils.h | 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype) 54 static INLINE VGint num_elements_for_segments(const VGubyte *segments, 55 VGint num_segments) 57 VGint i; 58 VGint count = 0; 62 VGint command = SEGMENT_COMMAND(segment);
|
api_images.c | 96 VGint width, VGint height, 146 VGint x, VGint y, 147 VGint width, VGint height) 172 VGint dataStride, 174 VGint x, VGint y, 175 VGint width, VGint height [all...] |
paint.h | 49 const VGint *color); 51 VGint *color); 67 const VGint *coords); 69 VGint *coords); 77 const VGint *values); 79 VGint *coords); 87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops, 89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops, 95 VGint mode); 110 VGint paint_bind_samplers(struct vg_paint *paint, struct pipe_sampler_state **samplers [all...] |
path.h | 55 VGint segmentCapacityHint, 56 VGint coordCapacityHint, 64 VGint numSegments, 71 VGint path_num_segments(struct path *p); 87 VGint path_num_coords(struct path *p); 90 VGint startIndex, 91 VGint numSegments, 117 void path_point(struct path *p, VGint startSegment, VGint numSegments, 125 VGint num_coords) [all...] |
mask.c | 46 VGint width; 47 VGint height; 53 intersect_rectangles(VGint dwidth, VGint dheight, 54 VGint swidth, VGint sheight, 55 VGint tx, VGint ty, 56 VGint twidth, VGint theight [all...] |
api_masks.c | 38 VGint x, VGint y, 39 VGint width, VGint height) 71 void vegaClear(VGint x, VGint y, 72 VGint width, VGint height) 142 VGMaskLayer vegaCreateMaskLayer(VGint width, VGint height [all...] |
vg_state.h | 38 VGint i; 52 VGint scissor_rects_num; 65 VGint dash_pattern_num; 72 VGint tile_fill_colori[4]; 76 VGint clear_colori[4];
|
text.h | 37 struct vg_font *font_create(VGint glyphCapacityHint); 62 VGint glyphCount, 69 VGint font_num_glyphs(struct vg_font *font);
|
image.c | 118 struct pipe_resource *dst, VGint dx, VGint dy, 119 struct pipe_sampler_view *src, VGint sx, VGint sy, 120 VGint width, VGint height) 156 struct pipe_surface *dst, VGint dx, VGint dy, 157 struct pipe_surface *src, VGint sx, VGint sy [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.h | 41 VGint x, y; 42 VGint width, height; 53 VGint width, VGint height); 57 VGint x, VGint y, VGint width, VGint height); 61 VGint dataStride, 63 VGint x, VGint y [all...] |
mask.h | 36 struct vg_mask_layer *mask_layer_create(VGint width, VGint height); 39 VGint x, VGint y, 40 VGint width, VGint height, 42 VGint mask_layer_width(struct vg_mask_layer *layer); 43 VGint mask_layer_height(struct vg_mask_layer *layer); 45 VGint sx, VGint sy [all...] |
renderer.h | 57 VGint num_samplers, 61 VGint const_buffer_len); 73 VGint x, VGint y, VGint w, VGint h, 74 VGint sx, VGint sy, VGint sw, VGint sh) [all...] |
path_utils.h | 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype) 54 static INLINE VGint num_elements_for_segments(const VGubyte *segments, 55 VGint num_segments) 57 VGint i; 58 VGint count = 0; 62 VGint command = SEGMENT_COMMAND(segment);
|
api_images.c | 96 VGint width, VGint height, 146 VGint x, VGint y, 147 VGint width, VGint height) 172 VGint dataStride, 174 VGint x, VGint y, 175 VGint width, VGint height [all...] |
paint.h | 49 const VGint *color); 51 VGint *color); 67 const VGint *coords); 69 VGint *coords); 77 const VGint *values); 79 VGint *coords); 87 void paint_set_ramp_stopsi(struct vg_paint *paint, const VGint *stops, 89 void paint_ramp_stopsi(struct vg_paint *paint, VGint *stops, 95 VGint mode); 110 VGint paint_bind_samplers(struct vg_paint *paint, struct pipe_sampler_state **samplers [all...] |
path.h | 55 VGint segmentCapacityHint, 56 VGint coordCapacityHint, 64 VGint numSegments, 71 VGint path_num_segments(struct path *p); 87 VGint path_num_coords(struct path *p); 90 VGint startIndex, 91 VGint numSegments, 117 void path_point(struct path *p, VGint startSegment, VGint numSegments, 125 VGint num_coords) [all...] |
mask.c | 46 VGint width; 47 VGint height; 53 intersect_rectangles(VGint dwidth, VGint dheight, 54 VGint swidth, VGint sheight, 55 VGint tx, VGint ty, 56 VGint twidth, VGint theight [all...] |
api_masks.c | 38 VGint x, VGint y, 39 VGint width, VGint height) 71 void vegaClear(VGint x, VGint y, 72 VGint width, VGint height) 142 VGMaskLayer vegaCreateMaskLayer(VGint width, VGint height [all...] |
vg_state.h | 38 VGint i; 52 VGint scissor_rects_num; 65 VGint dash_pattern_num; 72 VGint tile_fill_colori[4]; 76 VGint clear_colori[4];
|
text.h | 37 struct vg_font *font_create(VGint glyphCapacityHint); 62 VGint glyphCount, 69 VGint font_num_glyphs(struct vg_font *font);
|
/external/chromium_org/third_party/mesa/src/include/VG/ |
openvg.h | 514 VG_API_CALL void VG_API_ENTRY vgSeti (VGParamType type, VGint value) VG_API_EXIT; 515 VG_API_CALL void VG_API_ENTRY vgSetfv(VGParamType type, VGint count, 517 VG_API_CALL void VG_API_ENTRY vgSetiv(VGParamType type, VGint count, 518 const VGint * values) VG_API_EXIT; 521 VG_API_CALL VGint VG_API_ENTRY vgGeti(VGParamType type) VG_API_EXIT; 522 VG_API_CALL VGint VG_API_ENTRY vgGetVectorSize(VGParamType type) VG_API_EXIT; 523 VG_API_CALL void VG_API_ENTRY vgGetfv(VGParamType type, VGint count, VGfloat * values) VG_API_EXIT; 524 VG_API_CALL void VG_API_ENTRY vgGetiv(VGParamType type, VGint count, VGint * values) VG_API_EXIT; 527 VGint paramType [all...] |
/external/mesa3d/include/VG/ |
openvg.h | 514 VG_API_CALL void VG_API_ENTRY vgSeti (VGParamType type, VGint value) VG_API_EXIT; 515 VG_API_CALL void VG_API_ENTRY vgSetfv(VGParamType type, VGint count, 517 VG_API_CALL void VG_API_ENTRY vgSetiv(VGParamType type, VGint count, 518 const VGint * values) VG_API_EXIT; 521 VG_API_CALL VGint VG_API_ENTRY vgGeti(VGParamType type) VG_API_EXIT; 522 VG_API_CALL VGint VG_API_ENTRY vgGetVectorSize(VGParamType type) VG_API_EXIT; 523 VG_API_CALL void VG_API_ENTRY vgGetfv(VGParamType type, VGint count, VGfloat * values) VG_API_EXIT; 524 VG_API_CALL void VG_API_ENTRY vgGetiv(VGParamType type, VGint count, VGint * values) VG_API_EXIT; 527 VGint paramType [all...] |