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

/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.cc37 bool need_update = false; local
42 need_update = true;
49 need_update = true;
57 need_update = true;
60 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/
H A Dgoldfish_fb.c55 uint32_t need_update : 1; member in struct:goldfish_fb_state
80 qemu_put_byte(f, s->need_update);
118 s->need_update = qemu_get_byte(f);
128 s->need_update = 1;
469 if(s->need_update) {
477 s->need_update = 0;
548 s->need_update = 1;
608 s->need_update = 1;
628 s->need_update = 1;
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc148 bool need_update = buffer_->contents.empty(); local
154 if (need_update) {
/external/chromium_org/third_party/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.c229 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
230 if (VP8PutBitUniform(bw, need_update)) {
/external/qemu/
H A Dvnc.h123 int need_update; member in struct:VncState
H A Dvnc-android.c713 if (vs->need_update && vs->csock != -1) {
1500 vs->need_update = 1;
H A Dvnc.c707 if (vs->need_update && vs->csock != -1) {
1494 vs->need_update = 1;

Completed in 424 milliseconds