Searched refs:need_update (Results 1 – 7 of 7) 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/autotest/server/site_tests/platform_LabFirmwareUpdate/ |
D | platform_LabFirmwareUpdate.py | 162 need_update = False 164 need_update = True 168 need_update = True 173 if 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/mesa/main/ |
D | texparam.c | 818 GLboolean need_update; in _mesa_texture_parameterf() local 846 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 860 need_update = set_tex_parameterf(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterf() 864 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterf() 875 GLboolean need_update; in _mesa_texture_parameterfv() local 896 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 907 need_update = set_tex_parameteri(ctx, texObj, pname, iparams, dsa); in _mesa_texture_parameterfv() 923 need_update = set_tex_parameteri(ctx, texObj, pname, p, dsa); in _mesa_texture_parameterfv() 928 need_update = set_tex_parameterf(ctx, texObj, pname, params, dsa); in _mesa_texture_parameterfv() 931 if (ctx->Driver.TexParameter && need_update) { in _mesa_texture_parameterfv() [all …]
|
/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/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()
|