HomeSort by relevance Sort by last modified time
    Searched refs:owned_objects (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 131 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_PATH])
    [all...]
vg_context.h 111 struct cso_hash *owned_objects[VG_OBJECT_LAST]; member in struct:vg_context
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 131 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_PATH])
    [all...]
vg_context.h 111 struct cso_hash *owned_objects[VG_OBJECT_LAST]; member in struct:vg_context

Completed in 431 milliseconds