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

  /external/skia/src/gpu/
GrLayerAtlas.h 110 GrTexture* getTextureOrNull() const {
GrLayerCache.cpp 174 SkDEBUGCODE(GrAutoValidateLayer avl(fAtlas ? fAtlas->getTextureOrNull() : nullptr, layer);)
274 SkDEBUGCODE(GrAutoValidateLayer avl(fAtlas ? fAtlas->getTextureOrNull() : nullptr, layer);)
325 layer->validate(fAtlas.get() ? fAtlas->getTextureOrNull() : nullptr);
470 if (fAtlas->getTextureOrNull()) {
530 GrTexture* atlasTexture = fAtlas->getTextureOrNull();
  /external/skia/tests/
GpuLayerCacheTest.cpp 27 return cache->fAtlas->getTextureOrNull();

Completed in 313 milliseconds