Searched refs:newSurface (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/bench/
H A DDeferredSurfaceCopyBench.cpp40 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
/external/chromium_org/third_party/skia/gm/
H A Dpeekpixels.cpp37 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
H A Dsrcmode.cpp128 SkSurface* surface = callNewSurface ? canvas->newSurface(info) : NULL;
/external/skia/gm/
H A Dpeekpixels.cpp37 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
/external/skia/include/core/
H A DSkSurface.h152 * SkSurface* surfaceB = surfaceA->newSurface(...);
157 SkSurface* newSurface(const SkImageInfo&);
H A DSkBitmapDevice.h200 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
H A DSkDevice.h309 virtual SkSurface* newSurface(const SkImageInfo&);
375 friend class SkDeferredDevice; // for newSurface
/external/deqp/modules/egl/
H A DteglResizeTests.cpp257 // Check whether `oldSurface` and `newSurface` share a common corner.
258 bool compareCorners (const Surface& oldSurface, const Surface& newSurface) argument
262 const int newWidth = newSurface.getWidth();
263 const int newHeight = newSurface.getHeight();
279 newSurface.getSubAccess(newX, newY, minWidth, minHeight);
334 Surface newSurface; local
394 const Surface newSurface = readSurface(m_gl, newEglSize); local
399 << TestLog::Image("After resizing", "After resizing", newSurface)
402 m_status.check(compareCorners(oldSurface, newSurface),
/external/chromium_org/third_party/skia/samplecode/
H A DSampleTextureDomain.cpp63 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
/external/skia/samplecode/
H A DSampleTextureDomain.cpp63 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
/external/chromium_org/third_party/skia/include/core/
H A DSkSurface.h180 * SkSurface* surfaceB = surfaceA->newSurface(...);
185 SkSurface* newSurface(const SkImageInfo&);
H A DSkBitmapDevice.h158 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
H A DSkDevice.h292 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&);
356 friend class SkDeferredDevice; // for newSurface
/external/skia/src/image/
H A DSkSurface.cpp113 SkSurface* SkSurface::newSurface(const SkImageInfo& info) { function in class:SkSurface
/external/skia/src/core/
H A DSkDevice.cpp64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; } function in class:SkBaseDevice
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DImage9.cpp171 IDirect3DSurface9 *newSurface = NULL; local
194 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
207 result = newSurface->LockRect(&lockedRect, &entireRect, 0);
213 result = newSurface->UnlockRect();
218 mSurface = newSurface;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp995 Surface newSurface; // Surface from drawing with newSeed-seeded attachment local
1025 m_inputAttacher.drawContainer(*container, newSurface);
1042 newSurface);
1074 Surface newSurface; // Surface drawn from attachment to newSeed container local
1075 Surface delSurface; // Like newSurface, after writing to a deleted attachment
1109 m_outputAttacher.drawAttachment(newId, newSurface);
1126 newSurface, delSurface, RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
/external/chromium_org/third_party/skia/include/pdf/
H A DSkPDFDevice.h216 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp68 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&, const SkSurfaceProps&) { return NULL; } function in class:SkBaseDevice
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.h153 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp155 SkSurface* SkSurface::newSurface(const SkImageInfo& info) { function in class:SkSurface
/external/chromium_org/third_party/skia/tests/
H A DDeferredCanvasTest.cpp829 SkAutoTUnref<SkSurface> secondarySurface(canvas->newSurface(info));
853 SkSurface* newSurface = SkSurface::NewRasterPMColor(4, 4); local
854 SkAutoTUnref<SkSurface> aur(newSurface);
858 canvas->setSurface(newSurface);
/external/skia/include/gpu/
H A DSkGpuDevice.h169 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp164 virtual SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps&) SK_OVERRIDE;
477 SkSurface* SkDeferredDevice::newSurface(const SkImageInfo& info, const SkSurfaceProps& props) { function in class:SkDeferredDevice
478 return this->immediateDevice()->newSurface(info, props);
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp166 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
485 SkSurface* SkDeferredDevice::newSurface(const SkImageInfo& info) { function in class:SkDeferredDevice
486 return this->immediateDevice()->newSurface(info);

Completed in 2454 milliseconds

12