Searched defs:newSurface (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp113 SkSurface* SkSurface::newSurface(const SkImageInfo& info) { function in class:SkSurface
/external/skia/src/image/
H A DSkSurface.cpp113 SkSurface* SkSurface::newSurface(const SkImageInfo& info) { function in class:SkSurface
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; } function in class:SkBaseDevice
H A DSkBitmapDevice.cpp366 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info) { function in class:SkBitmapDevice
H A DSkCanvas.cpp1027 SkSurface* SkCanvas::newSurface(const SkImageInfo& info) { function in class:SkCanvas
1033 return dev ? dev->newSurface(info) : NULL;
/external/skia/src/core/
H A DSkDevice.cpp64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; } function in class:SkBaseDevice
H A DSkBitmapDevice.cpp438 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info) { function in class:SkBitmapDevice
H A DSkCanvas.cpp1027 SkSurface* SkCanvas::newSurface(const SkImageInfo& info) { function in class:SkCanvas
1033 return dev ? dev->newSurface(info) : NULL;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DImage9.cpp169 IDirect3DSurface9 *newSurface = NULL; local
192 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
206 result = newSurface->LockRect(&lockedRect, &entireRect, 0);
211 result = newSurface->UnlockRect();
216 mSurface = 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/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);
/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/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 418 milliseconds