Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/apple/
Dapple_glx_context.c158 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()
Dapple_glx_context.h60 bool need_update; member
/third_party/mesa3d/src/mesa/main/
Dtexparam.c930 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/
Dprogressreport.c408 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/
Dgstvideocrop.h71 gboolean need_update; member
Dgstvideocrop.c435 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/
Dgstceaccoverlay.h119 gboolean need_update; member
Dgstceaccoverlay.c368 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/
Dsyntax_enc.c225 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/
Dsyntax_enc.c225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local
226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
/third_party/ffmpeg/libavcodec/
Dget_bits.h739 max_depth, need_update) \ argument
750 if (need_update) { \
761 if (need_update) { \
/third_party/f2fs-tools/fsck/
Dfsck.c2585 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/
Dvmlinux.h74016 atomic_t need_update; member
/third_party/gstreamer/gstplugins_good/
DChangeLog45785 the caps. This is fixed by setting "need_update" boolean when