Home
last modified time | relevance | path

Searched refs:thisRT (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/
DGrSurface.cpp148 const GrRenderTarget* thisRT = this->asRenderTarget(); in hasPendingRead() local
149 if (thisRT && thisRT->internalHasPendingRead()) { in hasPendingRead()
160 const GrRenderTarget* thisRT = this->asRenderTarget(); in hasPendingWrite() local
161 if (thisRT && thisRT->internalHasPendingWrite()) { in hasPendingWrite()
172 const GrRenderTarget* thisRT = this->asRenderTarget(); in hasPendingIO() local
173 if (thisRT && thisRT->internalHasPendingIO()) { in hasPendingIO()