Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h333 bool mipMapLevelAndLodControlSupport() const { return fMipMapLevelAndLodControlSupport; } in mipMapLevelAndLodControlSupport() function
DGrGLGpu.cpp2880 if (this->glCaps().mipMapLevelAndLodControlSupport()) { in bindTexture()
2933 if (this->glCaps().mipMapLevelAndLodControlSupport() && in bindTexture()