Searched refs:ClipDstRect (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 78 …static void ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX = fa…
|
D | Device.cpp | 528 ClipDstRect(sRect, dRect, dstClipRect, flipX, flipY); in stretchRect() 876 …void Device::ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bo… in ClipDstRect() function in es2::Device
|
D | Context.cpp | 4099 Device::ClipDstRect(sourceScissoredRect, destScissoredRect, scissorRect, flipX, flipY); in blitFramebuffer() 4111 Device::ClipDstRect(sourceTrimmedRect, destTrimmedRect, destTrimRect, flipX, flipY); in blitFramebuffer()
|