Home
last modified time | relevance | path

Searched refs:mipMapSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDrawTargetCaps.h130 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2222 if (!this->caps()->mipMapSupport() || GrPixelConfigIsCompressed(texture->config())) { in bindTexture()