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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_handle_table.h 49 struct handle_table;
52 struct handle_table *
63 handle_table_set_destroy(struct handle_table *ht,
73 handle_table_add(struct handle_table *ht,
80 handle_table_set(struct handle_table *ht,
90 handle_table_get(struct handle_table *ht,
95 handle_table_remove(struct handle_table *ht,
100 handle_table_destroy(struct handle_table *ht);
104 handle_table_get_first_handle(struct handle_table *ht);
108 handle_table_get_next_handle(struct handle_table *ht
    [all...]
u_handle_table.c 46 struct handle_table struct
61 struct handle_table *
64 struct handle_table *ht;
66 ht = MALLOC_STRUCT(handle_table);
86 handle_table_set_destroy(struct handle_table *ht,
100 handle_table_resize(struct handle_table *ht,
130 handle_table_clear(struct handle_table *ht,
152 handle_table_add(struct handle_table *ht,
190 handle_table_set(struct handle_table *ht,
220 handle_table_get(struct handle_table *ht,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.h 49 struct handle_table;
52 struct handle_table *
63 handle_table_set_destroy(struct handle_table *ht,
73 handle_table_add(struct handle_table *ht,
80 handle_table_set(struct handle_table *ht,
90 handle_table_get(struct handle_table *ht,
95 handle_table_remove(struct handle_table *ht,
100 handle_table_destroy(struct handle_table *ht);
104 handle_table_get_first_handle(struct handle_table *ht);
108 handle_table_get_next_handle(struct handle_table *ht
    [all...]
u_handle_table.c 46 struct handle_table struct
61 struct handle_table *
64 struct handle_table *ht;
66 ht = MALLOC_STRUCT(handle_table);
86 handle_table_set_destroy(struct handle_table *ht,
100 handle_table_resize(struct handle_table *ht,
130 handle_table_clear(struct handle_table *ht,
152 handle_table_add(struct handle_table *ht,
190 handle_table_set(struct handle_table *ht,
220 handle_table_get(struct handle_table *ht,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h 69 struct handle_table *ctx_table;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 69 struct handle_table *ctx_table;
  /external/chromium_org/mojo/system/
transport_data.cc 132 HandleTableEntry* handle_table = reinterpret_cast<HandleTableEntry*>( local
156 handle_table[i].type = static_cast<int32_t>(dispatcher->GetType());
157 handle_table[i].offset = static_cast<uint32_t>(current_offset);
158 handle_table[i].size = static_cast<uint32_t>(actual_size);
275 const HandleTableEntry* handle_table = local
281 size_t offset = handle_table[i].offset;
285 size_t size = handle_table[i].size;
326 const HandleTableEntry* handle_table = local
330 size_t offset = handle_table[i].offset;
331 size_t size = handle_table[i].size
    [all...]
  /external/chromium_org/printing/
emf_win.h 109 HANDLETABLE* handle_table,
126 HANDLETABLE* handle_table; member in struct:printing::Emf::EnumerationContext
180 HANDLETABLE* handle_table,
emf_win.cc 43 HANDLETABLE* handle_table,
49 ::PlayEnhMetaFileRecord(bitmap_dc, handle_table, record, num_objects);
86 ::PlayEnhMetaFileRecord(metafile_dc, handle_table, record, num_objects);
264 HANDLETABLE* handle_table,
270 context->handle_table = handle_table;
290 context->handle_table,
495 HANDLETABLE* handle_table,
500 if (!emf.context_.handle_table) {
501 DCHECK(!emf.context_.handle_table);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
htab.c 34 static struct handle_table *htab = NULL;
  /external/mesa3d/src/gallium/state_trackers/va/
htab.c 34 static struct handle_table *htab = NULL;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
htab.c 33 static struct handle_table *htab = NULL;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
htab.c 33 static struct handle_table *htab = NULL;
  /external/chromium_org/mojo/
mojo_system_impl.target.darwin-arm64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-mips.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-mips64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-x86.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-x86_64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-arm64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-mips.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-mips64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-x86.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-x86_64.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-arm.mk 44 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-arm.mk 44 mojo/system/handle_table.cc \

Completed in 1441 milliseconds