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

/external/opencv3/samples/python2/
H A 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
H A Doptionstatus.py214 need_update = False
222 need_update = True
223 if need_update:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
H A Doptionstatus.py199 need_update = False
207 need_update = True
208 if need_update:
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h60 bool need_update; member in struct:apple_glx_context
H A Dapple_glx_context.c155 ac->need_update = false;
545 ac->need_update = true;
572 if (ac->need_update) {
574 ac->need_update = false;
/external/mesa3d/src/mesa/main/
H A Dtexparam.c639 GLboolean need_update; local
667 need_update = set_tex_parameteri(ctx, texObj, pname, p);
678 need_update = set_tex_parameteri(ctx, texObj, pname, p);
687 need_update = set_tex_parameterf(ctx, texObj, pname, p);
691 if (ctx->Driver.TexParameter && need_update) {
700 GLboolean need_update; local
728 need_update = set_tex_parameteri(ctx, texObj, pname, p);
741 need_update = set_tex_parameteri(ctx, texObj, pname, iparams);
759 need_update = set_tex_parameteri(ctx, texObj, pname, p);
764 need_update
776 GLboolean need_update; local
820 GLboolean need_update; local
[all...]
/external/vboot_reference/firmware/lib/
H A Dvboot_api_kernel.c646 int need_update = 0; local
767 need_update = SafeMemcmp(ec_hash, rw_hash, SHA256_DIGEST_SIZE);
776 if (need_update || !rw_hash) {
804 need_update = SafeMemcmp(ec_hash, expected_hash,
806 } else if (need_update &&
824 if (need_update) {
851 if (need_update) {
939 if (need_update &&
/external/opencv3/3rdparty/libwebp/enc/
H A Dsyntax.c229 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
230 if (VP8PutBitUniform(bw, need_update)) {
/external/webp/src/enc/
H A Dsyntax.c225 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
226 if (VP8PutBitUniform(bw, need_update)) {

Completed in 1108 milliseconds