Searched refs:getDrawTarget (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawContext.cpp | 88 GrDrawTarget* GrDrawContext::getDrawTarget() { in getDrawTarget() function in GrDrawContext 105 return this->getDrawTarget()->copySurface(fRenderTarget, src, srcRect, dstPoint); in copySurface() 171 this->getDrawTarget()->discard(fRenderTarget); in discard() 183 this->getDrawTarget()->clear(rect, color, canIgnoreRect, fRenderTarget); in clear() 234 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in drawPaint() 295 this->getDrawTarget()->clear(nullptr, clearColor, true, fRenderTarget); in drawRect() 345 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in drawRect() 399 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in fillRectWithLocalMatrix() 445 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in drawVertices() 471 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in drawAtlas() [all …]
|
D | GrTest.cpp | 271 this->getDrawTarget()->drawBatch(pipelineBuilder, batch); in internal_drawBatch()
|
/external/skia/include/gpu/ |
D | GrDrawContext.h | 294 GrDrawTarget* getDrawTarget();
|