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

1 2

  /external/chromium_org/third_party/skia/gm/
peekpixels.cpp 37 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 152 * SkSurface* surfaceB = surfaceA->newSurface(...);
157 SkSurface* newSurface(const SkImageInfo&);
SkBitmapDevice.h 200 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
SkDevice.h 309 virtual SkSurface* newSurface(const SkImageInfo&);
375 friend class SkDeferredDevice; // for newSurface
SkCanvas.h 193 SkSurface* newSurface(const SkImageInfo&);
    [all...]
  /external/skia/gm/
peekpixels.cpp 37 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
  /external/skia/include/core/
SkSurface.h 152 * SkSurface* surfaceB = surfaceA->newSurface(...);
157 SkSurface* newSurface(const SkImageInfo&);
SkBitmapDevice.h 200 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
SkDevice.h 309 virtual SkSurface* newSurface(const SkImageInfo&);
375 friend class SkDeferredDevice; // for newSurface
SkCanvas.h 193 SkSurface* newSurface(const SkImageInfo&);
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 257 // Check whether `oldSurface` and `newSurface` share a common corner.
258 bool compareCorners (const Surface& oldSurface, const Surface& newSurface)
262 const int newWidth = newSurface.getWidth();
263 const int newHeight = newSurface.getHeight();
279 newSurface.getSubAccess(newX, newY, minWidth, minHeight);
334 Surface newSurface;
394 const Surface newSurface = readSurface(m_gl, newEglSize);
399 << TestLog::Image("After resizing", "After resizing", newSurface)
402 m_status.check(compareCorners(oldSurface, newSurface),
  /external/chromium_org/third_party/skia/samplecode/
SampleTextureDomain.cpp 63 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
  /external/skia/samplecode/
SampleTextureDomain.cpp 63 SkAutoTUnref<SkSurface> surface(canvas->newSurface(info));
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 113 SkSurface* SkSurface::newSurface(const SkImageInfo& info) {
  /external/skia/src/image/
SkSurface.cpp 113 SkSurface* SkSurface::newSurface(const SkImageInfo& info) {
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; }
SkBitmapDevice.cpp 366 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info) {
  /external/skia/src/core/
SkDevice.cpp 64 SkSurface* SkBaseDevice::newSurface(const SkImageInfo&) { return NULL; }
SkBitmapDevice.cpp 438 SkSurface* SkBitmapDevice::newSurface(const SkImageInfo& info) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Image9.cpp 169 IDirect3DSurface9 *newSurface = NULL;
192 newTexture->GetSurfaceLevel(levelToFetch, &newSurface);
206 result = newSurface->LockRect(&lockedRect, &entireRect, 0);
211 result = newSurface->UnlockRect();
216 mSurface = newSurface;
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 995 Surface newSurface; // Surface from drawing with newSeed-seeded attachment
1025 m_inputAttacher.drawContainer(*container, newSurface);
1042 newSurface);
1074 Surface newSurface; // Surface drawn from attachment to newSeed container
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);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 169 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
  /external/skia/include/gpu/
SkGpuDevice.h 169 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 166 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
485 SkSurface* SkDeferredDevice::newSurface(const SkImageInfo& info) {
486 return this->immediateDevice()->newSurface(info);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 166 virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE;
485 SkSurface* SkDeferredDevice::newSurface(const SkImageInfo& info) {
486 return this->immediateDevice()->newSurface(info);
    [all...]

Completed in 398 milliseconds

1 2