Home
last modified time | relevance | path

Searched refs:hasMipMaps (Results 1 – 3 of 3) 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()
56 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps()); in DEF_GPUTEST_FOR_NULL_CONTEXT()
/external/skia/src/gpu/
DGrTexturePriv.h38 bool hasMipMaps() const { in hasMipMaps() function
DGrTexture.cpp42 if (this->texturePriv().hasMipMaps()) { in onGpuMemorySize()