Home
last modified time | relevance | path

Searched refs:fMipMapSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDrawTargetCaps.h130 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport()
208 bool fMipMapSupport : 1; variable
DGrDrawTarget.cpp617 fMipMapSupport = false; in reset()
642 fMipMapSupport = other.fMipMapSupport; in operator =()
691 r.appendf("MIP Map Support : %s\n", gNY[fMipMapSupport]); in dump()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp317 fMipMapSupport = true; in init()
327 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()