Searched refs:flushWindowRectangles (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 351 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin);
|
D | GrGLGpu.cpp | 1889 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles() function in GrGLGpu 2027 this->flushWindowRectangles(pipeline.getWindowRectsState(), glRT, origin); in flushGLState() 2161 this->flushWindowRectangles(clip.windowRectsState(), glRT, origin); in clear() 2236 this->flushWindowRectangles(clip.windowRectsState(), glRT, origin); in clearStencilClip()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 359 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*, GrSurfaceOrigin);
|
D | GrGLGpu.cpp | 1918 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles() function in GrGLGpu 2056 this->flushWindowRectangles(pipeline.getWindowRectsState(), glRT, origin); in flushGLState() 2192 this->flushWindowRectangles(clip.windowRectsState(), glRT, origin); in clear() 2267 this->flushWindowRectangles(clip.windowRectsState(), glRT, origin); in clearStencilClip()
|