Searched refs:readPixels (Results 26 - 38 of 38) sorted by relevance

12

/external/skia/src/gpu/
H A DGrGpu.cpp241 bool GrGpu::readPixels(GrRenderTarget* target, function in class:GrGpu
H A DGrContext.cpp1663 return fGpu->readPixels(target,
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h182 void readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, ArrayBufferView* pixels, ExceptionCode&);
H A DWebGLRenderingContext.idl586 [StrictTypeChecking] void readPixels(in long x, in long y, in long width, in long height, in unsigned long format, in unsigned long type, in ArrayBufferView pixels) raises(DOMException);
H A DWebGLRenderingContext.cpp2795 void WebGLRenderingContext::readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, ArrayBufferView* pixels, ExceptionCode& ec) function in class:WebCore::__anon13216::WebGLRenderingContext
2854 m_context->readPixels(x, y, width, height, format, type, data);
2857 // when alpha is off, readPixels should set alpha to 255 instead of 0.
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h706 void readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, void* data);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp484 GLC(m_context.get(), m_context->readPixels(rect.x(), rect.y(), rect.width(), rect.height(),
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp346 rt->readPixels(0, 0,
352 rt->readPixels(0, 0,
1452 // that the above readPixels did not overwrite the padding.
/external/skia/src/core/
H A DSkBitmap.cpp884 if (fPixelRef && fPixelRef->readPixels(&tmpSrc)) {
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp851 void GraphicsContext3D::readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, void* data) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1139 void GraphicsContext3D::readPixels(GC3Dint x, GC3Dint y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, void* data) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp2070 void Context::readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels) function in class:gl::Context
H A DlibGLESv2.cpp4008 context->readPixels(x, y, width, height, format, type, pixels);

Completed in 517 milliseconds

12