Home
last modified time | relevance | path

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

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