HomeSort by relevance Sort by last modified time
    Searched refs:need_update (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
job_status_updater.cc 51 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/
apple_glx_context.h 60 bool need_update; member in struct:apple_glx_context
apple_glx_context.c 155 ac->need_update = false;
545 ac->need_update = true;
572 if (ac->need_update) {
574 ac->need_update = false;
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 60 bool need_update; member in struct:apple_glx_context
apple_glx_context.c 155 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/
texparam.c 639 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 = set_tex_parameterf(ctx, texObj, pname, params)
776 GLboolean need_update; local
820 GLboolean need_update; local
    [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 639 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 = set_tex_parameterf(ctx, texObj, pname, params)
776 GLboolean need_update; local
820 GLboolean need_update; local
    [all...]
  /external/qemu/hw/android/goldfish/
fb.c 57 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;
  /system/core/adb/
jdwp_service.c 629 int need_update; member in struct:JdwpTracker
677 if (t->need_update) {
679 t->need_update = 0;
714 t->need_update = 1;
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
226 if (VP8PutBitUniform(bw, need_update)) {
  /external/webp/src/enc/
syntax.c 225 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
226 if (VP8PutBitUniform(bw, need_update)) {
  /external/qemu/ui/
vnc.h 123 int need_update; member in struct:VncState
vnc-android.c 715 if (vs->need_update && vs->csock != -1) {
    [all...]
vnc.c 707 if (vs->need_update && vs->csock != -1) {
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 848 bool need_update = false; local
857 need_update = true;
861 if (need_update)
    [all...]

Completed in 269 milliseconds