Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h33 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport()
204 bool fNPOTTextureTileSupport : 1; variable
/external/skia/src/gpu/
DGrCaps.cpp36 fNPOTTextureTileSupport = false; in GrCaps()
125 r.appendf("NPOT Texture Tile Support : %s\n", gNY[fNPOTTextureTileSupport]); in dump()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp30 fNPOTTextureTileSupport = true; // always available in Vulkan in GrVkCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp446 fNPOTTextureTileSupport = true; in init()
451 fNPOTTextureTileSupport = ctxInfo.version() >= GR_GL_VER(3,0) || in init()
457 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()