Home
last modified time | relevance | path

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

/external/opencv3/samples/python2/
Ddistrans.py34 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/
Dtexparam.c639 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/
Doptionstatus.py199 need_update = False
207 need_update = True
208 if need_update:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
Doptionstatus.py214 need_update = False
222 need_update = True
223 if need_update:
/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c646 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/
Dapple_glx_context.c155 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()
Dapple_glx_context.h60 bool need_update; member
/external/webp/src/enc/
Dsyntax.c225 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/
Dsyntax.c229 const int need_update = (hdr->i4x4_lf_delta_ != 0); in PutFilterHeader() local
230 if (VP8PutBitUniform(bw, need_update)) { in PutFilterHeader()