Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSurface.cpp133 const GrTexture* thisTex = this->asTexture(); in hasPendingRead() local
134 if (thisTex && thisTex->internalHasPendingRead()) { in hasPendingRead()
145 const GrTexture* thisTex = this->asTexture(); in hasPendingWrite() local
146 if (thisTex && thisTex->internalHasPendingWrite()) { in hasPendingWrite()
157 const GrTexture* thisTex = this->asTexture(); in hasPendingIO() local
158 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrSurface.cpp154 const GrTexture* thisTex = this->asTexture(); in hasPendingRead() local
155 if (thisTex && thisTex->internalHasPendingRead()) { in hasPendingRead()
166 const GrTexture* thisTex = this->asTexture(); in hasPendingWrite() local
167 if (thisTex && thisTex->internalHasPendingWrite()) { in hasPendingWrite()
178 const GrTexture* thisTex = this->asTexture(); in hasPendingIO() local
179 if (thisTex && thisTex->internalHasPendingIO()) { in hasPendingIO()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DTileNode.cpp205 osg::Texture* thisTex = this->getNormalTexture(); in notifyOfArrival() local
207 if ( !thisTex || !thatTex ) { in notifyOfArrival()
219 osg::Image* thisImage = thisTex->getImage(0); in notifyOfArrival()