/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | 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,
|
D | u_handle_table.c | 46 struct handle_table struct 61 struct handle_table * argument 64 struct handle_table *ht; in handle_table_create() 66 ht = MALLOC_STRUCT(handle_table); in handle_table_create() 86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy() 100 handle_table_resize(struct handle_table *ht, in handle_table_resize() 130 handle_table_clear(struct handle_table *ht, in handle_table_clear() 152 handle_table_add(struct handle_table *ht, in handle_table_add() 190 handle_table_set(struct handle_table *ht, in handle_table_set() 220 handle_table_get(struct handle_table *ht, in handle_table_get() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | 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,
|
D | u_handle_table.c | 46 struct handle_table struct 61 struct handle_table * argument 64 struct handle_table *ht; in handle_table_create() 66 ht = MALLOC_STRUCT(handle_table); in handle_table_create() 86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy() 100 handle_table_resize(struct handle_table *ht, in handle_table_resize() 130 handle_table_clear(struct handle_table *ht, in handle_table_clear() 152 handle_table_add(struct handle_table *ht, in handle_table_add() 190 handle_table_set(struct handle_table *ht, in handle_table_set() 220 handle_table_get(struct handle_table *ht, in handle_table_get() [all …]
|
/external/chromium_org/mojo/system/ |
D | transport_data.cc | 132 HandleTableEntry* handle_table = reinterpret_cast<HandleTableEntry*>( in TransportData() local 156 handle_table[i].type = static_cast<int32_t>(dispatcher->GetType()); in TransportData() 157 handle_table[i].offset = static_cast<uint32_t>(current_offset); in TransportData() 158 handle_table[i].size = static_cast<uint32_t>(actual_size); in TransportData() 275 const HandleTableEntry* handle_table = in ValidateBuffer() local 281 size_t offset = handle_table[i].offset; in ValidateBuffer() 285 size_t size = handle_table[i].size; in ValidateBuffer() 326 const HandleTableEntry* handle_table = in DeserializeDispatchers() local 330 size_t offset = handle_table[i].offset; in DeserializeDispatchers() 331 size_t size = handle_table[i].size; in DeserializeDispatchers() [all …]
|
D | BUILD.gn | 46 "handle_table.cc", 47 "handle_table.h",
|
/external/chromium_org/printing/ |
D | emf_win.cc | 43 HANDLETABLE* handle_table, in RasterizeAlphaBlendProc() argument 49 ::PlayEnhMetaFileRecord(bitmap_dc, handle_table, record, num_objects); in RasterizeAlphaBlendProc() 86 ::PlayEnhMetaFileRecord(metafile_dc, handle_table, record, num_objects); in RasterizeAlphaBlendProc() 264 HANDLETABLE* handle_table, in SafePlaybackProc() argument 270 context->handle_table = handle_table; in SafePlaybackProc() 290 context->handle_table, in Play() 495 HANDLETABLE* handle_table, in EnhMetaFileProc() argument 500 if (!emf.context_.handle_table) { in EnhMetaFileProc() 501 DCHECK(!emf.context_.handle_table); in EnhMetaFileProc() 503 emf.context_.handle_table = handle_table; in EnhMetaFileProc() [all …]
|
D | emf_win.h | 109 HANDLETABLE* handle_table, 126 HANDLETABLE* handle_table; member 180 HANDLETABLE* handle_table,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_device.h | 69 struct handle_table *ctx_table;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_device.h | 69 struct handle_table *ctx_table;
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | htab.c | 34 static struct handle_table *htab = NULL;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
D | htab.c | 34 static struct handle_table *htab = NULL;
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | htab.c | 33 static struct handle_table *htab = NULL;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | htab.c | 33 static struct handle_table *htab = NULL;
|
/external/chromium_org/sandbox/win/ |
D | BUILD.gn | 35 "src/handle_table.cc", 36 "src/handle_table.h",
|
D | sandbox_win.gypi | 44 'src/handle_table.cc', 45 'src/handle_table.h',
|
/external/chromium_org/mojo/ |
D | mojo_system_impl.target.darwin-arm64.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.linux-arm64.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.darwin-mips.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.darwin-mips64.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.linux-mips64.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.linux-mips.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.linux-x86.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.linux-x86_64.mk | 44 mojo/system/handle_table.cc \
|
D | mojo_system_impl.target.darwin-x86.mk | 44 mojo/system/handle_table.cc \
|