/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 158 ac->need_update = false; in apple_glx_create_context() 547 ac->need_update = true; in apple_glx_context_surface_changed() 574 if (ac->need_update) { in apple_glx_context_update() 576 ac->need_update = false; in apple_glx_context_update()
|
D | apple_glx_context.h | 60 bool need_update; member
|
/third_party/mesa3d/src/mesa/main/ |
D | texparam.c | 930 GLboolean need_update; in _mesa_texture_parameterf() local 961 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 975 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 979 if (need_update) { in _mesa_texture_parameterf() 990 GLboolean need_update; in _mesa_texture_parameterfv() local 1014 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 1025 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa); in _mesa_texture_parameterfv() 1041 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 1046 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa); in _mesa_texture_parameterfv() 1049 if (need_update) { in _mesa_texture_parameterfv() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 408 gboolean need_update; in gst_progress_report_transform_ip() local 417 need_update = (cur_time - filter->last_report_s) >= filter->update_freq; in gst_progress_report_transform_ip() 421 if (need_update) { in gst_progress_report_transform_ip()
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.h | 71 gboolean need_update; member
|
D | gstvideocrop.c | 435 if (G_UNLIKELY (vcrop->need_update)) { in gst_video_crop_transform_frame() 543 if (G_UNLIKELY (vcrop->need_update)) { in gst_video_crop_transform_ip() 759 crop->need_update = FALSE; in gst_video_crop_set_info() 920 vcrop->need_update = TRUE; in gst_video_crop_set_crop() 956 video_crop->prop_top, video_crop->need_update); in gst_video_crop_set_property()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstceaccoverlay.h | 119 gboolean need_update; member
|
D | gstceaccoverlay.c | 368 overlay->need_update = TRUE; in gst_base_cea_cc_overlay_init() 595 overlay->need_update = TRUE; in gst_cea_cc_overlay_set_property() 1418 overlay->need_update = FALSE; in gst_cea_cc_overlay_create_and_push_buffer()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | syntax_enc.c | 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|
/third_party/ffmpeg/libavcodec/ |
D | get_bits.h | 739 max_depth, need_update) \ argument 750 if (need_update) { \ 761 if (need_update) { \
|
/third_party/f2fs-tools/fsck/ |
D | fsck.c | 2585 int i, need_update = 0; in fix_curseg_info() local 2590 need_update = 1; in fix_curseg_info() 2594 if (need_update) { in fix_curseg_info()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 74016 atomic_t need_update; member
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 45785 the caps. This is fixed by setting "need_update" boolean when
|