HomeSort by relevance Sort by last modified time
    Searched refs:thisTex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrSurface.cpp 133 const GrTexture* thisTex = this->asTexture();
134 if (thisTex && thisTex->internalHasPendingRead()) {
145 const GrTexture* thisTex = this->asTexture();
146 if (thisTex && thisTex->internalHasPendingWrite()) {
157 const GrTexture* thisTex = this->asTexture();
158 if (thisTex && thisTex->internalHasPendingIO()) {
  /external/skqp/src/gpu/
GrSurface.cpp 133 const GrTexture* thisTex = this->asTexture();
134 if (thisTex && thisTex->internalHasPendingRead()) {
145 const GrTexture* thisTex = this->asTexture();
146 if (thisTex && thisTex->internalHasPendingWrite()) {
157 const GrTexture* thisTex = this->asTexture();
158 if (thisTex && thisTex->internalHasPendingIO()) {

Completed in 324 milliseconds