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

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 75 kStatusInvoke = 0x2,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.cpp 203 returnFlags |= DrawGlInfo::kStatusInvoke;
223 // ask for kStatusInvoke while painting, kStatusDraw if we have content to be redrawn next frame
255 returnFlags |= DrawGlInfo::kStatusInvoke;
268 returnFlags |= DrawGlInfo::kStatusInvoke;
294 returnFlags |= DrawGlInfo::kStatusInvoke;
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 387 returnFlags |= DrawGlInfo::kStatusDraw | DrawGlInfo::kStatusInvoke;
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 302 if (result & DrawGlInfo::kStatusInvoke) {
348 if (result & DrawGlInfo::kStatusInvoke) {
    [all...]

Completed in 659 milliseconds