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

  /external/skia/src/gpu/
GrTexture.cpp 16 bool GrTexture::readPixels(int left, int top, int width, int height,
GrRenderTarget.cpp 16 bool GrRenderTarget::readPixels(int left, int top, int width, int height,
GrGpu.cpp 241 bool GrGpu::readPixels(GrRenderTarget* target,
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 148 bool SkPixelRef::readPixels(SkBitmap* dst, const SkIRect* subset) {
SkDevice.cpp 116 bool SkDevice::readPixels(SkBitmap* bitmap, int x, int y,
SkCanvas.cpp 564 bool SkCanvas::readPixels(SkBitmap* bitmap,
571 return device->readPixels(bitmap, x, y, config8888);
574 bool SkCanvas::readPixels(const SkIRect& srcRect, SkBitmap* bitmap) {
589 if (this->readPixels(&tmp, bounds.fLeft, bounds.fTop)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 225 void SharedGraphicsContext3D::readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, void* data)
227 m_context->readPixels(x, y, width, height, format, type, data);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 851 void GraphicsContext3D::readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, void* data)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 642 milliseconds