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

/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.cc51 bool need_update = false; local
56 need_update = true;
63 need_update = true;
71 need_update = true;
76 if (need_update) {
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/qemu/hw/android/goldfish/
H A Dfb.c57 uint32_t need_update : 1; member in struct:goldfish_fb_state
82 qemu_put_byte(f, s->need_update);
120 s->need_update = qemu_get_byte(f);
130 s->need_update = 1;
471 if(s->need_update) {
479 s->need_update = 0;
550 s->need_update = 1;
610 s->need_update = 1;
630 s->need_update = 1;
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c225 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
226 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)) {
/external/qemu/ui/
H A Dvnc.h123 int need_update; member in struct:VncState
H A Dvnc-android.c715 if (vs->need_update && vs->csock != -1) {
1501 vs->need_update = 1;
H A Dvnc.c707 if (vs->need_update && vs->csock != -1) {
1494 vs->need_update = 1;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc882 bool need_update = false; local
891 need_update = true;
895 if (need_update)

Completed in 332 milliseconds