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

  /external/skia/src/core/
SkSpecialImage.cpp 52 SkSpecialSurface* SkSpecialImage::newSurface(const SkImageInfo& info) const {
SkBitmapDevice.cpp 375 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) {
SkCanvas.cpp     [all...]
  /external/skia/src/image/
SkSurface.cpp 176 SkSurface* SkSurface::newSurface(const SkImageInfo& info) {
  /external/skia/include/core/
SkDevice.h 297 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; }
  /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),
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 998 Surface newSurface; // Surface from drawing with newSeed-seeded attachment
1028 m_inputAttacher.drawContainer(*container, newSurface);
1045 newSurface);
1077 Surface newSurface; // Surface drawn from attachment to newSeed container
1078 Surface delSurface; // Like newSurface, after writing to a deleted attachment
1112 m_outputAttacher.drawAttachment(newId, newSurface);
1129 newSurface, delSurface, RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 321 milliseconds