HomeSort by relevance Sort by last modified time
    Searched defs:vtbl (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.h 88 const struct u_resource_vtbl *vtbl; member in struct:u_resource
  /frameworks/native/vulkan/include/hardware/
hwvulkan.h 40 * the 'vtbl' field.
51 const void* vtbl; member in union:__anon39649
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 29 const struct u_resource_vtbl *vtbl; member in struct:nv04_resource
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 111 const struct pb_vtbl *vtbl; member in struct:pb_buffer
159 /* Accessor functions for pb->vtbl:
169 return buf->vtbl->map(buf, flags, flush_ctx);
180 buf->vtbl->unmap(buf);
196 assert(buf->vtbl->get_base_buffer);
197 buf->vtbl->get_base_buffer(buf, base_buf, offset);
209 assert(buf->vtbl->validate);
210 return buf->vtbl->validate(buf, vl, flags);
220 assert(buf->vtbl->fence);
221 buf->vtbl->fence(buf, fence)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 207 } vtbl; member in struct:intel_context
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 499 } vtbl; member in struct:radeon_context
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 530 mm_camera_vtbl_t vtbl; member in struct:mm_camera_obj
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 477 mm_camera_vtbl_t vtbl; member in struct:mm_camera_obj
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 477 mm_camera_vtbl_t vtbl; member in struct:mm_camera_obj
  /external/vixl/src/aarch32/
assembler-aarch32.cc 26242 void Assembler::vtbl(Condition cond, function in class:vixl::aarch32::Assembler
    [all...]
assembler-aarch32.h 6004 void vtbl(DataType dt, function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 6934 void Disassembler::vtbl(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 98 const struct upb_refcounted_vtbl *vtbl,
100 if (!upb_refcounted_init(upb_def_upcast_mutable(def), vtbl, owner)) return false;
396 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_enumdef_free}; local
399 if (!upb_def_init(upb_enumdef_upcast_mutable(e), UPB_DEF_ENUM, &vtbl, owner))
605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield}; local
608 if (!upb_def_init(upb_fielddef_upcast_mutable(f), UPB_DEF_FIELD, &vtbl, o)) {
1262 static const struct upb_refcounted_vtbl vtbl = {visitmsg, freemsg}; local
1534 static const struct upb_refcounted_vtbl vtbl = {visitoneof, freeoneof}; local
2018 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable in typeref:struct:upb_refcounted_vtbl
3601 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; local
3603 upb_refcounted_init(upb_symtab_upcast_mutable(s), &vtbl, owner); local
6522 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; local
6523 upb_refcounted_init(mgroup_upcast_mutable(g), &vtbl, owner); local
6552 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; local
6554 upb_refcounted_init(upb_pbdecodermethod_upcast_mutable(ret), &vtbl, &ret); local
    [all...]
upb.h 1101 const struct upb_refcounted_vtbl *vtbl; member in class:upb::RefCounted
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 69 return def->vtbl == &upb_oneofdef_vtbl;
73 return def->vtbl == &upb_fielddef_vtbl;
140 const struct upb_refcounted_vtbl *vtbl,
142 if (!upb_refcounted_init(upb_def_upcast_mutable(def), vtbl, owner)) return false;
2165 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers}; variable in typeref:struct:upb_refcounted_vtbl
3756 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; local
3763 upb_refcounted_init(upb_symtab_upcast_mutable(s), &vtbl, owner); local
7195 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; local
7196 upb_refcounted_init(mgroup_upcast_mutable(g), &vtbl, owner); local
7225 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; local
7227 upb_refcounted_init(upb_pbdecodermethod_upcast_mutable(ret), &vtbl, &ret); local
11979 static const struct upb_refcounted_vtbl vtbl = {visit_json_parsermethod, local
11982 upb_refcounted_init(upb_json_parsermethod_upcast_mutable(ret), &vtbl, owner); local
    [all...]
upb.h 1387 const struct upb_refcounted_vtbl *vtbl; member in class:upb::RefCounted
    [all...]

Completed in 1167 milliseconds