Home
last modified time | relevance | path

Searched defs:vtbl (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddshow_capture.h146 #define SETVTBL(vtbl, prefix, fn) \ argument
162 IPinVtbl *vtbl; member
208 IEnumPinsVtbl *vtbl; member
230 IEnumMediaTypesVtbl *vtbl; member
251 IBaseFilterVtbl *vtbl; member
Ddshow_enummediatypes.c82 IEnumMediaTypesVtbl *vtbl = this->vtbl; in ff_dshow_enummediatypes_Setup() local
Ddshow_enumpins.c77 IEnumPinsVtbl *vtbl = this->vtbl; in ff_dshow_enumpins_Setup() local
Ddshow_filter.c155 IBaseFilterVtbl *vtbl = this->vtbl; in ff_dshow_filter_Setup() local
Ddshow_pin.c191 IPinVtbl *vtbl = this->vtbl; in ff_dshow_pin_Setup() local
/third_party/mesa3d/include/android_stub/hardware/
Dhwvulkan.h51 const void* vtbl; member
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp211 IDXGIAdapter1Vtbl *vtbl = new IDXGIAdapter1Vtbl(); in create_IDXGIAdapter1() local
267 IDXGIFactory1Vtbl *vtbl = new IDXGIFactory1Vtbl(); in create_IDXGIFactory1() local
276 IDXGIFactory6Vtbl *vtbl = new IDXGIFactory6Vtbl(); in create_IDXGIFactory6() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c35 const struct u_transfer_vtbl *vtbl; member
555 u_transfer_helper_create(const struct u_transfer_vtbl *vtbl, in u_transfer_helper_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.h109 struct panfrost_vtable vtbl; member
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h139 const struct pb_vtbl *vtbl; member
/third_party/ffmpeg/libavcodec/
Damfenc.h39 AMFTraceWriterVtbl *vtbl; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h170 struct iris_vtable vtbl; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h188 struct crocus_vtable vtbl; member
Dcrocus_blit.c271 crocus_blorp_surf_for_resource(struct crocus_vtable *vtbl, in crocus_blorp_surf_for_resource()
/third_party/mesa3d/src/intel/perf/
Dintel_perf.h408 } vtbl; member
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h217 const struct dri2_egl_display_vtbl *vtbl; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1353 void Assembler::vtbl(DRegister dd, DRegister dn, int len, DRegister dm) { in vtbl() function in dart::Assembler