Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h36 bool mipMapSupport() const { return fMipMapSupport; } in mipMapSupport()
205 bool fMipMapSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp35 fMipMapSupport = false; in GrCaps()
124 r.appendf("MIP Map Support : %s\n", gNY[fMipMapSupport]); in dump()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp28 fMipMapSupport = true; // always available in Vulkan in GrVkCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp447 fMipMapSupport = true; in init()
457 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()
462 fMipMapSupport = false; in init()