Searched refs:get_image (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/include/frontend/ |
D | drisw_api.h | 15 void (*get_image) (struct dri_drawable *dri_drawable, member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function 451 get_image(dPriv, x, y, w, h, map); in drisw_update_tex_buffer() 503 .get_image = drisw_get_image, 509 .get_image = drisw_get_image,
|
D | kopper.c | 762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() function 823 get_image(dPriv, x, y, w, h, map); in kopper_update_tex_buffer()
|
/third_party/cef/include/capi/views/ |
D | cef_label_button_capi.h | 97 struct _cef_image_t*(CEF_CALLBACK* get_image)(
|
/third_party/cef/libcef_dll/ctocpp/ |
D | drag_data_ctocpp.cc | 427 if (CEF_MEMBER_MISSING(_struct, get_image)) in GetImage() 433 cef_image_t* _retval = _struct->get_image(_struct); in GetImage()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 2688 auto get_image = [this](const spvtools::opt::Instruction& image_inst) { in RegisterHandleUsage() local 2712 handle_usage_[get_image(inst)].AddStorageReadTexture(); in RegisterHandleUsage() 2715 handle_usage_[get_image(inst)].AddStorageWriteTexture(); in RegisterHandleUsage() 2718 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2728 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2738 handle_usage_[get_image(inst)].AddDepthTexture(); in RegisterHandleUsage() 2746 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2753 handle_usage_[get_image(inst)].AddSampledTexture(); in RegisterHandleUsage() 2758 handle_usage_[get_image(inst)].AddTexture(); in RegisterHandleUsage() 2761 handle_usage_[get_image(inst)].AddMultisampledTexture(); in RegisterHandleUsage()
|
/third_party/cef/include/capi/ |
D | cef_drag_data_capi.h | 206 struct _cef_image_t*(CEF_CALLBACK* get_image)(struct _cef_drag_data_t* self);
|
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 195 …dri_sw_ws->lf->get_image((void *)dri_sw_dt->front_private, 0, 0, dri_sw_dt->width, dri_sw_dt->heig… in dri_sw_displaytarget_map()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | label_button_ctocpp.cc | 132 if (CEF_MEMBER_MISSING(_struct, get_image)) in GetImage() 138 cef_image_t* _retval = _struct->get_image(_struct, button_state); in GetImage()
|
D | menu_button_ctocpp.cc | 173 if (CEF_MEMBER_MISSING(_struct, get_image)) in GetImage() 179 cef_image_t* _retval = _struct->get_image(_struct, button_state); in GetImage()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | drag_data_cpptoc.cc | 490 GetStruct()->get_image = drag_data_get_image; in CefDragDataCppToC()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | label_button_cpptoc.cc | 1359 GetStruct()->get_image = label_button_get_image; in CefLabelButtonCppToC()
|
D | menu_button_cpptoc.cc | 1408 GetStruct()->base.get_image = menu_button_get_image; in CefMenuButtonCppToC()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 479 .get_image = lvp_get_image,
|