Home
last modified time | relevance | path

Searched defs:dispatch_table (Results 1 – 25 of 34) sorted by relevance

12

/external/libepoxy/prebuilt-intermediates/src/
Degl_generated_dispatch.c19 struct dispatch_table { struct
20 PFNEGLBINDAPIPROC epoxy_eglBindAPI;
21 PFNEGLBINDTEXIMAGEPROC epoxy_eglBindTexImage;
22 PFNEGLCHOOSECONFIGPROC epoxy_eglChooseConfig;
23 PFNEGLCLIENTSIGNALSYNCEXTPROC epoxy_eglClientSignalSyncEXT;
24 PFNEGLCLIENTWAITSYNCPROC epoxy_eglClientWaitSync;
25 PFNEGLCLIENTWAITSYNCKHRPROC epoxy_eglClientWaitSyncKHR;
26 PFNEGLCLIENTWAITSYNCNVPROC epoxy_eglClientWaitSyncNV;
27 PFNEGLCOMPOSITORBINDTEXWINDOWEXTPROC epoxy_eglCompositorBindTexWindowEXT;
28 PFNEGLCOMPOSITORSETCONTEXTATTRIBUTESEXTPROC epoxy_eglCompositorSetContextAttributesEXT;
[all …]
Dgl_generated_dispatch.c34 struct dispatch_table { struct
35 PFNGLACCUMPROC epoxy_glAccum;
36 PFNGLACCUMXOESPROC epoxy_glAccumxOES;
37 PFNGLACQUIREKEYEDMUTEXWIN32EXTPROC epoxy_glAcquireKeyedMutexWin32EXT;
38 PFNGLACTIVEPROGRAMEXTPROC epoxy_glActiveProgramEXT;
39 PFNGLACTIVESHADERPROGRAMPROC epoxy_glActiveShaderProgram;
40 PFNGLACTIVESHADERPROGRAMEXTPROC epoxy_glActiveShaderProgramEXT;
41 PFNGLACTIVESTENCILFACEEXTPROC epoxy_glActiveStencilFaceEXT;
42 PFNGLACTIVETEXTUREPROC epoxy_glActiveTexture;
43 PFNGLACTIVETEXTUREARBPROC epoxy_glActiveTextureARB;
[all …]
/external/sdv/vsomeip/third_party/boost/mpl/example/fsm/
Dplayer2.cpp56 struct dispatch_table struct
81 init_cell(dispatch_table* self_) in init_cell() argument
97 dispatch_table() in dispatch_table() function
117 static const dispatch_table instance; argument
123 // This declares the statically-initialized dispatch_table instance. argument
/external/mesa3d/src/vulkan/runtime/
Dvk_physical_device.h84 struct vk_physical_device_dispatch_table dispatch_table; member
Dvk_physical_device.c35 const struct vk_physical_device_dispatch_table *dispatch_table) in vk_physical_device_init()
Dvk_instance.h105 struct vk_instance_dispatch_table dispatch_table; member
Dvk_instance.c52 const struct vk_instance_dispatch_table *dispatch_table, in vk_instance_init()
Dvk_device.h115 struct vk_device_dispatch_table dispatch_table; member
Dvk_device.c91 const struct vk_device_dispatch_table *dispatch_table, in vk_device_init()
/external/mesa3d/src/nouveau/vulkan/
Dnvk_instance.c116 struct vk_instance_dispatch_table dispatch_table; in nvk_CreateInstance() local
Dnvk_device.c139 struct vk_device_dispatch_table dispatch_table; in nvk_CreateDevice() local
Dnvk_physical_device.c1090 struct vk_physical_device_dispatch_table dispatch_table; in nvk_create_drm_physical_device() local
/external/python/cpython2/Lib/
Dcopy_reg.py12 dispatch_table = {} variable
/external/mesa3d/src/amd/vulkan/
Dradv_instance.c335 struct vk_instance_dispatch_table dispatch_table; in radv_CreateInstance() local
/external/python/cpython3/Lib/
Dcopyreg.py10 dispatch_table = {} variable
/external/mesa3d/src/virtio/vulkan/
Dvn_common.h380 const struct vk_instance_dispatch_table *dispatch_table, in vn_instance_base_init()
401 const struct vk_physical_device_dispatch_table *dispatch_table) in vn_physical_device_base_init()
419 const struct vk_device_dispatch_table *dispatch_table, in vn_device_base_init()
Dvn_instance.c303 struct vk_instance_dispatch_table dispatch_table; in vn_CreateInstance() local
Dvn_device.c552 struct vk_device_dispatch_table dispatch_table; in vn_CreateDevice() local
/external/mesa3d/src/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp180 struct vk_physical_device_dispatch_table dispatch_table; in gfxstream_vk_physical_device_init() local
339 struct vk_instance_dispatch_table dispatch_table; in gfxstream_vk_CreateInstance() local
465 struct vk_device_dispatch_table dispatch_table; in gfxstream_vk_CreateDevice() local
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c360 struct vk_instance_dispatch_table dispatch_table; in panvk_CreateInstance() local
460 struct vk_physical_device_dispatch_table dispatch_table; in panvk_physical_device_init() local
996 struct vk_device_dispatch_table dispatch_table; in panvk_CreateDevice() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1110 struct vk_physical_device_dispatch_table dispatch_table; in lvp_physical_device_init() local
1188 struct vk_instance_dispatch_table dispatch_table; in lvp_CreateInstance() local
1524 struct vk_device_dispatch_table dispatch_table; in lvp_CreateDevice() local
/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp45 VkLayerInstanceDispatchTable dispatch_table; member
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c503 struct vk_instance_dispatch_table dispatch_table; in v3dv_CreateInstance() local
769 struct vk_physical_device_dispatch_table dispatch_table; in create_physical_device() local
1751 struct vk_device_dispatch_table dispatch_table; in v3dv_CreateDevice() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.cc1183 struct vk_physical_device_dispatch_table dispatch_table; in tu_physical_device_init() local
1313 struct vk_instance_dispatch_table dispatch_table; in tu_CreateInstance() local
2138 struct vk_device_dispatch_table dispatch_table; in tu_CreateDevice() local
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_device.c1034 struct vk_physical_device_dispatch_table dispatch_table; in anv_physical_device_try_create() local
1358 struct vk_instance_dispatch_table dispatch_table; in anv_CreateInstance() local
2493 struct vk_device_dispatch_table dispatch_table; in anv_CreateDevice() local

12