HomeSort by relevance Sort by last modified time
    Searched refs:hasMipMaps (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
GrTextureMipMapInvalidationTest.cpp 41 REPORTER_ASSERT(reporter, false == tex->texturePriv().hasMipMaps());
51 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps());
56 REPORTER_ASSERT(reporter, true == tex->texturePriv().hasMipMaps());
  /external/skia/src/gpu/
GrTexturePriv.h 38 bool hasMipMaps() const {
GrTexture.cpp 42 if (this->texturePriv().hasMipMaps()) {

Completed in 44 milliseconds