Searched refs:SliceRect (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.hpp | 98 …void clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgb… 99 …void blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, const O… 103 …bool fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int… 114 …bool blitReactor(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, …
|
D | Blitter.cpp | 36 …void Blitter::clear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigne… in clear() 49 …bool Blitter::fastClear(void *pixel, sw::Format format, Surface *dest, const SliceRect &dRect, uns… in fastClear() 139 …void Blitter::blit(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &… in blit() 152 SliceRect dRect = destRect; in blit() 1391 …tor(Surface *source, const SliceRectF &sourceRect, Surface *dest, const SliceRect &destRect, const… in blitReactor()
|
D | Renderer.hpp | 284 …void blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, bool fi…
|
D | Surface.hpp | 60 typedef SliceRectT<int> SliceRect; typedef
|
D | Renderer.cpp | 732 …void Renderer::blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRec… in blit()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Context.hpp | 43 …irtual void blit(sw::Surface *source, const sw::SliceRect &sRect, sw::Surface *dest, const sw::Sli…
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 388 bool Texture::copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffse… in copy() 392 …sw::SliceRect destRect(xoffset, yoffset, xoffset + (sourceRect.x1 - sourceRect.x0), yoffset + (sou… in copy() 645 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copyImage() 676 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copySubImage() 1331 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copyImage() 1376 sw::SliceRect sourceRect(x, y, x + width, y + height, 0); in copySubImage() 1674 sw::SliceRect sourceRect(x, y, x + width, y + height, z); in copyImage() 1708 sw::SliceRect sourceRect = {x, y, x + width, y + height, 0}; in copySubImage() 1973 sw::SliceRect dstRect(0, 0, w, h, z); in generateMipmaps()
|
D | Device.hpp | 74 …, const sw::SliceRectF *sourceRect, sw::Surface *destSurface, const sw::SliceRect *destRect, unsig…
|
D | Context.h | 642 …void blit(sw::Surface *source, const sw::SliceRect &sRect, sw::Surface *dest, const sw::SliceRect …
|
D | Device.cpp | 442 …*source, const sw::SliceRectF *sourceRect, sw::Surface *dest, const sw::SliceRect *destRect, unsig… in stretchRect() 482 SliceRect dRect; in stretchRect()
|
D | Context.cpp | 3413 sw::SliceRect dstRect(0, 0, width, height, 0); in readPixels() 3725 …id Context::blit(sw::Surface *source, const sw::SliceRect &sRect, sw::Surface *dest, const sw::Sli… in blit() 4059 sw::SliceRect sourceRect; in blitFramebuffer() 4060 sw::SliceRect destRect; in blitFramebuffer() 4123 sw::SliceRect destTrimmedRect = destScissoredRect; in blitFramebuffer()
|
D | Texture.h | 173 …bool copy(egl::Image *source, const sw::SliceRect &sourceRect, GLint xoffset, GLint yoffset, GLint…
|