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

  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.h 120 const sk_sp<SkSurface>& newSurface)
121 : VDrect(newVDrect), rect(newRect), surface(newSurface) {}
VectorDrawableAtlas.cpp 78 sk_sp<SkSurface> newSurface;
81 newSurface = createSurface(mWidth, mHeight, context);
82 if (!newSurface) {
85 canvas = newSurface->getCanvas();
148 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...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java     [all...]

Completed in 248 milliseconds