Home
last modified time | relevance | path

Searched defs:destRect (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferOzone.cpp45 void FrameBufferOzone::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
H A DFrameBufferAndroid.cpp67 void FrameBufferAndroid::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
H A DFrameBufferX11.cpp142 void FrameBufferX11::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
H A DFrameBufferDD.cpp284 void FrameBufferDD::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
331 void FrameBufferDD::blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
H A DFrameBufferGDI.cpp79 void FrameBufferGDI::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
100 blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const Rect *destRect) blit() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp590 RECT destRect = {destOffset.x, destOffset.y, destOffset.x + width, destOffset.y + height}; in copyFromRTInternal() local
H A DBlit9.cpp352 RECT destRect = {destOffset.x, destOffset.y, in copy() local
404 RECT destRect; in formatConvert() local
613 setViewportAndShaderConstants(const RECT &sourceRect, const gl::Extents &sourceSize, const RECT &destRect, bool flipY) setViewportAndShaderConstants() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp442 bool Device::stretchRect(sw::Surface *source, const sw::SliceRectF *sourceRect, sw::Surface *dest, const sw::SliceRect *destRect, unsigned char flags) in stretchRect() argument
[all...]
H A DContext.cpp4060 sw::SliceRect destRect; in blitFramebuffer() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp139 void Blitter::blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options& options) in blit() argument
1391 bool Blitter::blitReactor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const Blitter::Options &options) in blitReactor() argument
[all...]
/third_party/skia/tests/
H A DImageFilterTest.cpp1727 SkIRect destRect = SkIRect::MakeXYWH(offset.x(), offset.y(), in test_make_with_filter() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c1403 RECT destRect; in NineDevice9_UpdateSurface() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1682 SVGASignedRect destRect; member
H A Dsvga3d_cmd.h1202 SVGASignedRect destRect; member

Completed in 32 milliseconds