Searched refs:need_update (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/systrace/systrace/ |
D | update_systrace_trace_viewer.py | 84 need_update = False 86 need_update = True 88 need_update = True 90 need_update = True 94 need_update = True 98 need_update = True 100 if not need_update:
|
/external/vboot_reference/firmware/lib/ |
D | vboot_api_kernel.c | 646 int need_update = 0; in VbEcSoftwareSync() local 767 need_update = SafeMemcmp(ec_hash, rw_hash, SHA256_DIGEST_SIZE); in VbEcSoftwareSync() 776 if (need_update || !rw_hash) { in VbEcSoftwareSync() 804 need_update = SafeMemcmp(ec_hash, expected_hash, in VbEcSoftwareSync() 806 } else if (need_update && in VbEcSoftwareSync() 824 if (need_update) { in VbEcSoftwareSync() 851 if (need_update) { in VbEcSoftwareSync() 939 if (need_update && in VbEcSoftwareSync()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 158 ac->need_update = false; in apple_glx_create_context() 548 ac->need_update = true; in apple_glx_context_surface_changed() 575 if (ac->need_update) { in apple_glx_context_update() 577 ac->need_update = false; in apple_glx_context_update()
|
D | apple_glx_context.h | 60 bool need_update; member
|
/external/mesa3d/src/mesa/main/ |
D | texparam.c | 807 GLboolean need_update; in _mesa_texture_parameterf() local 835 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 849 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 853 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterf() 864 GLboolean need_update; in _mesa_texture_parameterfv() local 885 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 896 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa); in _mesa_texture_parameterfv() 912 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 917 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa); in _mesa_texture_parameterfv() 920 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterfv() [all …]
|
/external/webp/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()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 2435 int i, need_update = 0; in fix_curseg_info() local 2440 need_update = 1; in fix_curseg_info() 2444 if (need_update) { in fix_curseg_info()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1284 bool need_update = in UpdateDrawState() local 1296 if (need_update) { in UpdateDrawState()
|