Searched refs:hasMipMaps (Results 1 – 3 of 3) 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()56 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps()); in DEF_GPUTEST_FOR_NULL_CONTEXT()
38 bool hasMipMaps() const { in hasMipMaps() function
42 if (this->texturePriv().hasMipMaps()) { in onGpuMemorySize()