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

  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.h 115 const sk_sp<SkSurface>& newSurface)
118 , surface(newSurface) { }
VectorDrawableAtlas.cpp 78 sk_sp<SkSurface> newSurface;
81 newSurface = createSurface(mWidth, mHeight, context);
82 if (!newSurface) {
85 canvas = newSurface->getCanvas();
149 mSurface = newSurface;
  /external/deqp/modules/egl/
teglResizeTests.cpp 272 // Check whether `oldSurface` and `newSurface` share a common corner.
273 bool compareCorners (const Surface& oldSurface, const Surface& newSurface)
277 const int newWidth = newSurface.getWidth();
278 const int newHeight = newSurface.getHeight();
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight);
411 const Surface newSurface = readSurface(m_gl, newEglSize);
416 << TestLog::Image("After resizing", "After resizing", newSurface)
419 m_status.checkResult(compareCorners(oldSurface, newSurface),
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java     [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 859 milliseconds