Searched refs:thisRT (Results 1 – 2 of 2) sorted by relevance
82 const GrRenderTarget* thisRT = this->asRenderTarget(); in isSameAs() local83 if (NULL != thisRT) { in isSameAs()84 return thisRT == other->asRenderTarget(); in isSameAs()