Searched refs:handle_table (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_handle_table.h49 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 *h
[all...]
H A Du_handle_table.c46 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 *h
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_handle_table.h49 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 *h
[all...]
H A Du_handle_table.c46 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 *h
[all...]
/external/chromium_org/mojo/system/
H A Dtransport_data.cc132 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[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_device.h69 struct handle_table *ctx_table;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_device.h69 struct handle_table *ctx_table;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dhtab.c34 static struct handle_table *htab = NULL;
/external/mesa3d/src/gallium/state_trackers/va/
H A Dhtab.c34 static struct handle_table *htab = NULL;
/external/chromium_org/printing/
H A Demf_win.cc43 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);
42 RasterizeAlphaBlendProc(HDC metafile_dc, HANDLETABLE* handle_table, const ENHMETARECORD *record, int num_objects, LPARAM data) argument
263 SafePlaybackProc(HDC hdc, HANDLETABLE* handle_table, const ENHMETARECORD* record, int objects_count, LPARAM param) argument
494 EnhMetaFileProc(HDC hdc, HANDLETABLE* handle_table, const ENHMETARECORD* record, int objects_count, LPARAM param) argument
[all...]
H A Demf_win.h109 HANDLETABLE* handle_table,
126 HANDLETABLE* handle_table; member in struct:printing::Emf::EnumerationContext
180 HANDLETABLE* handle_table,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dhtab.c33 static struct handle_table *htab = NULL;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dhtab.c33 static struct handle_table *htab = NULL;
/external/chromium_org/mojo/
H A Dmojo_system_impl.target.darwin-arm64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.darwin-mips.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.darwin-mips64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.darwin-x86.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.darwin-x86_64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-arm64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-mips.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-mips64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-x86.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-x86_64.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.darwin-arm.mk44 mojo/system/handle_table.cc \
H A Dmojo_system_impl.target.linux-arm.mk44 mojo/system/handle_table.cc \

Completed in 824 milliseconds