Home
last modified time | relevance | path

Searched refs:get_image (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
Ddrisw_api.h15 void (*get_image) (struct dri_drawable *dri_drawable, member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c100 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,
Dkopper.c762 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/
Dcef_label_button_capi.h97 struct _cef_image_t*(CEF_CALLBACK* get_image)(
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.cc427 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/
Dparser_impl.cc2688 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/
Dcef_drag_data_capi.h206 struct _cef_image_t*(CEF_CALLBACK* get_image)(struct _cef_drag_data_t* self);
/third_party/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c195 …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/
Dlabel_button_ctocpp.cc132 if (CEF_MEMBER_MISSING(_struct, get_image)) in GetImage()
138 cef_image_t* _retval = _struct->get_image(_struct, button_state); in GetImage()
Dmenu_button_ctocpp.cc173 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/
Ddrag_data_cpptoc.cc490 GetStruct()->get_image = drag_data_get_image; in CefDragDataCppToC()
/third_party/cef/libcef_dll/cpptoc/views/
Dlabel_button_cpptoc.cc1359 GetStruct()->get_image = label_button_get_image; in CefLabelButtonCppToC()
Dmenu_button_cpptoc.cc1408 GetStruct()->base.get_image = menu_button_get_image; in CefMenuButtonCppToC()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c479 .get_image = lvp_get_image,