Searched refs:texturePriv (Results 1 – 7 of 7) sorted by relevance
41 REPORTER_ASSERT(reporter, false == tex->texturePriv().hasMipMaps()); in DEF_GPUTEST_FOR_NULL_CONTEXT()51 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps()); in DEF_GPUTEST_FOR_NULL_CONTEXT()52 REPORTER_ASSERT(reporter, false == tex->texturePriv().mipMapsAreDirty()); in DEF_GPUTEST_FOR_NULL_CONTEXT()56 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps()); in DEF_GPUTEST_FOR_NULL_CONTEXT()57 REPORTER_ASSERT(reporter, true == tex->texturePriv().mipMapsAreDirty()); in DEF_GPUTEST_FOR_NULL_CONTEXT()
44 inline GrTexturePriv texturePriv();45 inline const GrTexturePriv texturePriv() const;
58 inline GrTexturePriv GrTexture::texturePriv() { return GrTexturePriv(this); } in texturePriv() function60 inline const GrTexturePriv GrTexture::texturePriv () const { in texturePriv() function
42 if (this->texturePriv().hasMipMaps()) { in onGpuMemorySize()
130 texture->texturePriv().dirtyMipMaps(true); in onNotifyPixelsChanged()
835 glTex->texturePriv().dirtyMipMaps(true); in onWritePixels()872 glTex->texturePriv().dirtyMipMaps(true); in onTransferPixels()2559 texture->texturePriv().dirtyMipMaps(true); in didWriteToSurface()3043 texture->texturePriv().mipMapsAreDirty()) { in bindTexture()3045 texture->texturePriv().dirtyMipMaps(false); in bindTexture()
306 vkTex->texturePriv().dirtyMipMaps(true); in onWritePixels()