OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vg_image
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h
38
struct
vg_image
{
struct
44
struct
vg_image
*parent;
52
struct
vg_image
*image_create(VGImageFormat format,
54
void image_destroy(struct
vg_image
*img);
56
void image_clear(struct
vg_image
*img,
59
void image_sub_data(struct
vg_image
*image,
66
void image_get_sub_data(struct
vg_image
* image,
73
struct
vg_image
*image_child_image(struct
vg_image
*parent,
77
void image_copy(struct
vg_image
*dst, VGint dx, VGint dy
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
image.h
38
struct
vg_image
{
struct
44
struct
vg_image
*parent;
52
struct
vg_image
*image_create(VGImageFormat format,
54
void image_destroy(struct
vg_image
*img);
56
void image_clear(struct
vg_image
*img,
59
void image_sub_data(struct
vg_image
*image,
66
void image_get_sub_data(struct
vg_image
* image,
73
struct
vg_image
*image_child_image(struct
vg_image
*parent,
77
void image_copy(struct
vg_image
*dst, VGint dx, VGint dy
[
all
...]
Completed in 595 milliseconds