Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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 *ht,
Du_handle_table.c46 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/
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 *ht,
Du_handle_table.c46 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/
Dtransport_data.cc132 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 …]
DBUILD.gn46 "handle_table.cc",
47 "handle_table.h",
/external/chromium_org/printing/
Demf_win.cc43 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 …]
Demf_win.h109 HANDLETABLE* handle_table,
126 HANDLETABLE* handle_table; member
180 HANDLETABLE* handle_table,
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.h69 struct handle_table *ctx_table;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_device.h69 struct handle_table *ctx_table;
/external/mesa3d/src/gallium/state_trackers/va/
Dhtab.c34 static struct handle_table *htab = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
Dhtab.c34 static struct handle_table *htab = NULL;
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dhtab.c33 static struct handle_table *htab = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Dhtab.c33 static struct handle_table *htab = NULL;
/external/chromium_org/sandbox/win/
DBUILD.gn35 "src/handle_table.cc",
36 "src/handle_table.h",
Dsandbox_win.gypi44 'src/handle_table.cc',
45 'src/handle_table.h',
/external/chromium_org/mojo/
Dmojo_system_impl.target.darwin-arm64.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.linux-arm64.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.darwin-mips.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.darwin-mips64.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.linux-mips64.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.linux-mips.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.linux-x86.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.linux-x86_64.mk44 mojo/system/handle_table.cc \
Dmojo_system_impl.target.darwin-x86.mk44 mojo/system/handle_table.cc \

12