Searched refs:GrRenderTargetContextPriv (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetContextPriv.h | 24 class GrRenderTargetContextPriv { 121 explicit GrRenderTargetContextPriv(GrRenderTargetContext* renderTargetContext) in GrRenderTargetContextPriv() function 123 GrRenderTargetContextPriv(const GrRenderTargetPriv&) {} // unimpl in GrRenderTargetContextPriv() function 124 GrRenderTargetContextPriv& operator=(const GrRenderTargetPriv&); // unimpl 127 const GrRenderTargetContextPriv* operator&() const; 128 GrRenderTargetContextPriv* operator&(); 135 inline GrRenderTargetContextPriv GrRenderTargetContext::priv() { in priv() 136 return GrRenderTargetContextPriv(this); in priv() 139 inline const GrRenderTargetContextPriv GrRenderTargetContext::priv() const { in priv() 140 return GrRenderTargetContextPriv(const_cast<GrRenderTargetContext*>(this)); in priv()
|
D | GrRenderTargetContext.h | 32 class GrRenderTargetContextPriv; variable 418 GrRenderTargetContextPriv priv(); 419 const GrRenderTargetContextPriv priv() const; 443 friend class GrRenderTargetContextPriv; variable
|
D | GrRenderTargetContext.cpp | 280 void GrRenderTargetContextPriv::clear(const GrFixedClip& clip, in clear() 363 void GrRenderTargetContextPriv::absClear(const SkIRect* clearRect, const SkPMColor4f& color) { in absClear() 757 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() 762 void GrRenderTargetContextPriv::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) { in clearStencilClip() 799 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip, in stencilPath() 843 void GrRenderTargetContextPriv::stencilRect(const GrHardClip& clip, in stencilRect() 864 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrHardClip& clip, in drawAndStencilRect() 1739 bool GrRenderTargetContextPriv::drawAndStencilPath(const GrHardClip& clip, in drawAndStencilPath() 1807 SkBudgeted GrRenderTargetContextPriv::isBudgeted() const { in isBudgeted()
|
D | GrRenderTargetOpList.h | 116 friend class GrRenderTargetContextPriv; // for stencil clip state. TODO: this is invasive
|
/external/skia/src/gpu/ |
D | GrRenderTargetContextPriv.h | 24 class GrRenderTargetContextPriv { 127 explicit GrRenderTargetContextPriv(GrRenderTargetContext* renderTargetContext) in GrRenderTargetContextPriv() function 129 GrRenderTargetContextPriv(const GrRenderTargetPriv&) {} // unimpl in GrRenderTargetContextPriv() function 130 GrRenderTargetContextPriv& operator=(const GrRenderTargetPriv&); // unimpl 133 const GrRenderTargetContextPriv* operator&() const; 134 GrRenderTargetContextPriv* operator&(); 141 inline GrRenderTargetContextPriv GrRenderTargetContext::priv() { in priv() 142 return GrRenderTargetContextPriv(this); in priv() 145 inline const GrRenderTargetContextPriv GrRenderTargetContext::priv() const { in priv() 146 return GrRenderTargetContextPriv(const_cast<GrRenderTargetContext*>(this)); in priv()
|
D | GrRenderTargetContext.h | 32 class GrRenderTargetContextPriv; variable 454 GrRenderTargetContextPriv priv(); 455 const GrRenderTargetContextPriv priv() const; 479 friend class GrRenderTargetContextPriv; variable
|
D | GrRenderTargetContext.cpp | 276 void GrRenderTargetContextPriv::clear(const GrFixedClip& clip, in clear() 359 void GrRenderTargetContextPriv::absClear(const SkIRect* clearRect, const SkPMColor4f& color) { in absClear() 753 int GrRenderTargetContextPriv::maxWindowRectangles() const { in maxWindowRectangles() 758 void GrRenderTargetContextPriv::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) { in clearStencilClip() 795 void GrRenderTargetContextPriv::stencilPath(const GrHardClip& clip, in stencilPath() 839 void GrRenderTargetContextPriv::stencilRect(const GrHardClip& clip, in stencilRect() 860 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrHardClip& clip, in drawAndStencilRect() 1847 bool GrRenderTargetContextPriv::drawAndStencilPath(const GrHardClip& clip, in drawAndStencilPath() 1915 SkBudgeted GrRenderTargetContextPriv::isBudgeted() const { in isBudgeted()
|
D | GrRenderTargetOpList.h | 121 friend class GrRenderTargetContextPriv; // for stencil clip state. TODO: this is invasive
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 74 uint32_t GrRenderTargetContextPriv::testingOnly_getOpListID() { in testingOnly_getOpListID() 78 void GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { in testingOnly_addDrawOp() 82 void GrRenderTargetContextPriv::testingOnly_addDrawOp( in testingOnly_addDrawOp()
|
/external/skqp/tools/gpu/ |
D | GrTest.cpp | 233 uint32_t GrRenderTargetContextPriv::testingOnly_getOpListID() { in testingOnly_getOpListID() 237 void GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { in testingOnly_addDrawOp() 241 void GrRenderTargetContextPriv::testingOnly_addDrawOp( in testingOnly_addDrawOp()
|
/external/skqp/gn/ |
D | gpu.gni | 169 "$_src/gpu/GrRenderTargetContextPriv.h",
|
/external/skia/gn/ |
D | gpu.gni | 174 "$_src/gpu/GrRenderTargetContextPriv.h",
|