Searched refs:need_update (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/samples/python2/ |
D | distrans.py | 34 need_update = True variable 38 global need_update 39 need_update = False 51 global need_update 52 need_update = True 67 if need_update:
|
/external/mesa3d/src/mesa/main/ |
D | texparam.c | 639 GLboolean need_update; in _mesa_TexParameterf() local 667 need_update = set_tex_parameteri(ctx, texObj, pname, p); in _mesa_TexParameterf() 678 need_update = set_tex_parameteri(ctx, texObj, pname, p); in _mesa_TexParameterf() 687 need_update = set_tex_parameterf(ctx, texObj, pname, p); in _mesa_TexParameterf() 691 if (ctx->Driver.TexParameter && need_update) { in _mesa_TexParameterf() 700 GLboolean need_update; in _mesa_TexParameterfv() local 728 need_update = set_tex_parameteri(ctx, texObj, pname, p); in _mesa_TexParameterfv() 741 need_update = set_tex_parameteri(ctx, texObj, pname, iparams); in _mesa_TexParameterfv() 759 need_update = set_tex_parameteri(ctx, texObj, pname, p); in _mesa_TexParameterfv() 764 need_update = set_tex_parameterf(ctx, texObj, pname, params); in _mesa_TexParameterfv() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
D | optionstatus.py | 199 need_update = False 207 need_update = True 208 if need_update:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
D | optionstatus.py | 214 need_update = False 222 need_update = True 223 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/glx/apple/ |
D | apple_glx_context.c | 155 ac->need_update = false; in apple_glx_create_context() 545 ac->need_update = true; in apple_glx_context_surface_changed() 572 if (ac->need_update) { in apple_glx_context_update() 574 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.c | 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 226 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | syntax.c | 229 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local 230 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()
|