Home
last modified time | relevance | path

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

/external/skia/tests/
DGrTextureMipMapInvalidationTest.cpp41 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()
/external/skia/include/gpu/
DGrTexture.h44 inline GrTexturePriv texturePriv();
45 inline const GrTexturePriv texturePriv() const;
/external/skia/src/gpu/
DGrTexturePriv.h58 inline GrTexturePriv GrTexture::texturePriv() { return GrTexturePriv(this); } in texturePriv() function
60 inline const GrTexturePriv GrTexture::texturePriv () const { in texturePriv() function
DGrTexture.cpp42 if (this->texturePriv().hasMipMaps()) { in onGpuMemorySize()
DSkGrPixelRef.cpp130 texture->texturePriv().dirtyMipMaps(true); in onNotifyPixelsChanged()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp835 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()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp306 vkTex->texturePriv().dirtyMipMaps(true); in onWritePixels()