/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);
|
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...] |
vg_translate.h | 47 VGint _vega_size_for_format(VGImageFormat format);
|
util_array.h | 35 VGint datatype_size; 37 VGint size; 38 VGint num_elements; 41 static INLINE struct array *array_create(VGint datatype_size) 53 static INLINE struct array *array_create_size(VGint datatype_size, VGint size) 73 VGint size = array->datatype_size * num;
|
vg_translate.c | 37 VGint i; 41 VGint *dst = (VGint *)dstAddr; 54 VGint *dst = (VGint *)dstAddr; 67 VGint *dst = (VGint *)dstAddr; 143 VGint *dst = (VGint *)dstAddr; 156 VGint *dst = (VGint *)dstAddr [all...] |
api_filters.c | 54 VGint const_buffer_len; 61 const VGint color_data_len) 87 memcpy(map, color_data, sizeof(VGint)*color_data_len); 97 const VGint color_data_len) 128 VGint num_consts = (VGint)(long)(user_data); 274 static VGfloat texture_offset(VGfloat width, VGint kernelSize, VGint current, VGint shift) 282 VGint kernelWidth, VGint kernelHeight [all...] |
api_params.c | 54 static INLINE VGboolean count_in_bounds(VGParamType type, VGint count) 64 VGint real_count = vegaGetVectorSize(type); 129 void vegaSeti (VGParamType type, VGint value) 261 void vegaSetfv(VGParamType type, VGint count, 297 VGint i; 309 VGint i; 389 void vegaSetiv(VGParamType type, VGint count, 390 const VGint * values) 424 VGint i; 435 VGint i [all...] |
shaders_cache.c | 105 static INLINE VGint range_min(VGint min, VGint current) 114 static INLINE VGint range_max(VGint max, VGint current) 125 VGint start_const = -1, end_const = 0; 126 VGint start_temp = -1, end_temp = 0; 127 VGint start_sampler = -1, end_sampler = 0; 128 VGint i, current_shader = 0 [all...] |
paint.c | 48 VGint colori[4]; 56 VGint coordsi[4]; 60 VGint valsi[5]; 66 VGint *ramp_stopsi; 67 VGint num_stops; 104 VGint num, 106 VGint size) 108 VGint i; 109 VGint pos = 0; 120 VGint rcur = 5 * i [all...] |
renderer.c | 93 VGint fs_cbuf_len; 106 VGint tex_width; 107 VGint tex_height; 111 VGint tex_width; 112 VGint tex_height; 121 VGint tex_width, tex_height; 154 VGint i; 456 VGint num_samplers, 458 VGint const_buffer_len) 533 VGint tex_width, VGint tex_height [all...] |
api_misc.c | 34 VGint setting)
|
api_path.c | 36 VGPath vegaCreatePath(VGint pathFormat, 39 VGint segmentCapacityHint, 40 VGint coordCapacityHint, 144 VGint numSegments, 150 VGint i; 187 VGint startIndex, 188 VGint numSegments, 271 VGint startSegment, 272 VGint numSegments) 304 VGint startSegment [all...] |
shader.c | 104 static VGint setup_constant_buffer(struct shader *shader) 107 VGint param_bytes = paint_constant_buffer_size(shader->paint); 108 VGint i; 164 static VGint blend_bind_samplers(struct shader *shader, 188 static VGint setup_samplers(struct shader *shader, 200 VGint num = 0; 238 VGint shader_id = 0; 350 VGint num_samplers, param_bytes;
|
/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...] |
vgplatform.h | 80 typedef signed int VGint;
|