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

1 2

  /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/mojo/system/
transport_data.cc 135 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);
274 const HandleTableEntry* handle_table = local
280 size_t offset = handle_table[i].offset;
284 size_t size = handle_table[i].size;
325 const HandleTableEntry* handle_table = local
329 size_t offset = handle_table[i].offset;
330 size_t size = handle_table[i].size
    [all...]
BUILD.gn 47 "handle_table.cc",
48 "handle_table.h",
core.h 16 #include "mojo/system/handle_table.h"
handle_table.cc 5 #include "mojo/system/handle_table.h"
  /external/chromium_org/mojo/embedder/
test_embedder.cc 11 #include "mojo/system/handle_table.h"
  /external/chromium_org/printing/
emf_win.cc 58 HANDLETABLE* handle_table,
64 ::PlayEnhMetaFileRecord(bitmap_dc, handle_table, record, num_objects);
101 ::PlayEnhMetaFileRecord(metafile_dc, handle_table, record, num_objects);
304 HANDLETABLE* handle_table,
310 context->handle_table = handle_table;
330 context->handle_table,
574 HANDLETABLE* handle_table,
579 if (!emf.context_.handle_table) {
580 DCHECK(!emf.context_.handle_table);
    [all...]
emf_win.h 117 HANDLETABLE* handle_table,
136 HANDLETABLE* handle_table; member in struct:printing::Emf::EnumerationContext
190 HANDLETABLE* handle_table,
  /external/chromium_org/third_party/mesa/src/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/wgl/
stw_device.h 69 struct handle_table *ctx_table;
  /external/mesa3d/src/gallium/state_trackers/va/
htab.c 34 static struct handle_table *htab = NULL;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 69 struct handle_table *ctx_table;
  /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/sandbox/win/
BUILD.gn 35 "src/handle_table.cc",
36 "src/handle_table.h",
sandbox_win.gypi 44 'src/handle_table.cc',
45 'src/handle_table.h',
  /external/chromium_org/sandbox/win/src/
handle_table.cc 5 #include "sandbox/win/src/handle_table.h"
  /external/chromium_org/mojo/
mojo_system_impl.target.darwin-arm64.mk 41 mojo/system/handle_table.cc \
mojo_system_impl.target.linux-arm64.mk 41 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-arm.mk 41 mojo/system/handle_table.cc \
mojo_system_impl.target.darwin-mips.mk 41 mojo/system/handle_table.cc \
  /external/chromium_org/content/common/
handle_enumerator_win.cc 17 #include "sandbox/win/src/handle_table.h"

Completed in 1165 milliseconds

1 2