Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h39 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport()
329 bool fNPOTTextureTileSupport : 1; variable
DGrCaps.cpp19 fNPOTTextureTileSupport = false; in GrCaps()
181 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON()
/external/skia/src/gpu/
DGrCaps.h45 bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; } in npotTextureTileSupport()
502 bool fNPOTTextureTileSupport : 1; variable
DGrCaps.cpp22 fNPOTTextureTileSupport = false; in GrCaps()
192 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp30 fNPOTTextureTileSupport = true; // always available in Vulkan in GrVkCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm248 fNPOTTextureTileSupport = true; // always available in Metal
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp478 fNPOTTextureTileSupport = true; in init()
483 fNPOTTextureTileSupport = ctxInfo.version() >= GR_GL_VER(3,0) || in init()
489 fMipMapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp518 fNPOTTextureTileSupport = true; in init()
523 fNPOTTextureTileSupport = version >= GR_GL_VER(3,0) || in init()
529 fMipmapSupport = fNPOTTextureTileSupport || ctxInfo.hasExtension("GL_IMG_texture_npot"); in init()
532 fNPOTTextureTileSupport = version >= GR_GL_VER(2,0); in init()
535 fMipmapSupport = fNPOTTextureTileSupport; in init()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp31 fNPOTTextureTileSupport = true; // available in feature level 10_0 and up in GrD3DCaps()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp44 fNPOTTextureTileSupport = true; // always available in Vulkan in GrVkCaps()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm326 fNPOTTextureTileSupport = true; // always available in Metal