Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h344 bool mipMapLevelAndLodControlSupport() const { return fMipMapLevelAndLodControlSupport; } in mipMapLevelAndLodControlSupport() function
DGrGLGpu.cpp3075 if (this->glCaps().mipMapLevelAndLodControlSupport()) { in bindTexture()