Searched refs:owned_objects (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.c131 ctx->owned_objects[VG_OBJECT_PAINT] = cso_hash_create();
132 ctx->owned_objects[VG_OBJECT_IMAGE] = cso_hash_create();
133 ctx->owned_objects[VG_OBJECT_MASK] = cso_hash_create();
134 ctx->owned_objects[VG_OBJECT_FONT] = cso_hash_create();
135 ctx->owned_objects[VG_OBJECT_PATH] = cso_hash_create();
171 cso_hash_delete(ctx->owned_objects[VG_OBJECT_PAINT]);
172 cso_hash_delete(ctx->owned_objects[VG_OBJECT_IMAGE]);
173 cso_hash_delete(ctx->owned_objects[VG_OBJECT_MASK]);
174 cso_hash_delete(ctx->owned_objects[VG_OBJECT_FONT]);
175 cso_hash_delete(ctx->owned_objects[VG_OBJECT_PAT
[all...]
H A Dvg_context.h111 struct cso_hash *owned_objects[VG_OBJECT_LAST]; member in struct:vg_context
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.c131 ctx->owned_objects[VG_OBJECT_PAINT] = cso_hash_create();
132 ctx->owned_objects[VG_OBJECT_IMAGE] = cso_hash_create();
133 ctx->owned_objects[VG_OBJECT_MASK] = cso_hash_create();
134 ctx->owned_objects[VG_OBJECT_FONT] = cso_hash_create();
135 ctx->owned_objects[VG_OBJECT_PATH] = cso_hash_create();
171 cso_hash_delete(ctx->owned_objects[VG_OBJECT_PAINT]);
172 cso_hash_delete(ctx->owned_objects[VG_OBJECT_IMAGE]);
173 cso_hash_delete(ctx->owned_objects[VG_OBJECT_MASK]);
174 cso_hash_delete(ctx->owned_objects[VG_OBJECT_FONT]);
175 cso_hash_delete(ctx->owned_objects[VG_OBJECT_PAT
[all...]
H A Dvg_context.h111 struct cso_hash *owned_objects[VG_OBJECT_LAST]; member in struct:vg_context

Completed in 121 milliseconds