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

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 75 kStatusDone = 0x0,
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 76 return DrawGlInfo::kStatusDone; // No invalidate needed at record-time
94 return DrawGlInfo::kStatusDone; // No invalidate needed at record-time
189 return DrawGlInfo::kStatusDone;
197 return DrawGlInfo::kStatusDone;
205 return DrawGlInfo::kStatusDone;
228 return DrawGlInfo::kStatusDone;
236 return DrawGlInfo::kStatusDone;
249 return DrawGlInfo::kStatusDone;
259 return DrawGlInfo::kStatusDone;
264 return DrawGlInfo::kStatusDone;
    [all...]
OpenGLRenderer.cpp 196 if (mFrameStarted) return DrawGlInfo::kStatusDone;
236 return DrawGlInfo::kStatusDone;
262 return DrawGlInfo::kStatusDone;
353 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
    [all...]
DisplayList.h 103 mDirty(dirty), mDrawGlStatus(DrawGlInfo::kStatusDone) {}
DeferredDisplayList.cpp 98 status_t status = DrawGlInfo::kStatusDone;
325 return DrawGlInfo::kStatusDone;
343 return DrawGlInfo::kStatusDone;
653 status_t status = DrawGlInfo::kStatusDone;
668 status_t status = DrawGlInfo::kStatusDone;
LayerRenderer.cpp 79 return DrawGlInfo::kStatusDone;
DisplayListOp.h 150 status_t status = DrawGlInfo::kStatusDone;
    [all...]
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 51 return DrawGlInfo::kStatusDone;
87 return DrawGlInfo::kStatusDone;
93 return DrawGlInfo::kStatusDone;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom_c.h 71 #define kStatusDone 3 /* Audio Play completed */
SDL_syscdrom.c 304 case kStatusDone:
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp     [all...]

Completed in 537 milliseconds