Searched defs:newSurface (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/image/ |
D | SkImage.cpp | 75 SkSurface* SkImage::newSurface(const SkImageInfo& info, const SkSurfaceProps* props) const { in newSurface() function in SkImage
|
D | SkSurface.cpp | 160 SkSurface* SkSurface::newSurface(const SkImageInfo& info) { in newSurface() function in SkSurface
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 273 bool compareCorners (const Surface& oldSurface, const Surface& newSurface) in compareCorners() 411 const Surface newSurface = readSurface(m_gl, newEglSize); in iterate() local
|
/external/skia/src/core/ |
D | SkDevice.cpp | 94 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } in newSurface() function in SkBaseDevice
|
D | SkBitmapDevice.cpp | 353 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in newSurface() function in SkBitmapDevice
|
D | SkCanvas.cpp | 1111 SkSurface* SkCanvas::newSurface(const SkImageInfo& info, const SkSurfaceProps* props) { in newSurface() function in SkCanvas
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 998 Surface newSurface; // Surface from drawing with newSeed-seeded attachment in iterate() local 1077 Surface newSurface; // Surface drawn from attachment to newSeed container in iterate() local
|
/external/skia/tests/ |
D | DeferredCanvasTest.cpp | 882 SkSurface* newSurface = SkSurface::NewRasterN32Premul(4, 4); in TestDeferredCanvasGetCanvasSize() local
|
/external/skia/src/utils/ |
D | SkDeferredCanvas.cpp | 494 SkSurface* SkDeferredDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in newSurface() function in SkDeferredDevice
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1298 SkSurface* SkPDFDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in newSurface() function in SkPDFDevice
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1987 SkSurface* SkGpuDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in newSurface() function in SkGpuDevice
|