Home
last modified time | relevance | path

Searched defs:GrMipMapped (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureOpList.cpp192 auto checkInstantiation = [&hasUninstantiatedProxy](GrSurfaceProxy* p, GrMipMapped) { in handleInternalAllocationFailure() argument
213 auto visit = [ proxyToCheck, &used ] (GrSurfaceProxy* p, GrMipMapped) { in onIsUsed() argument
245 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipMapped) { in gatherProxyIntervals() argument
DGrRenderTargetOpList.cpp637 auto checkInstantiation = [&hasUninstantiatedProxy](GrSurfaceProxy* p, GrMipMapped) { in handleInternalAllocationFailure() argument
655 auto visit = [ proxyToCheck, &used ] (GrSurfaceProxy* p, GrMipMapped) { in onIsUsed() argument
694 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipMapped) { in gatherProxyIntervals() argument
DGrDrawingManager.cpp295 onFlushOpList->visitProxies_debugOnly([](GrSurfaceProxy* p, GrMipMapped) { in flush() argument
/third_party/skia/include/gpu/
DGrTypes.h130 using GrMipMapped = GrMipmapped; variable
/third_party/flutter/skia/tests/
DBackendAllocationTest.cpp24 GrMipMapped, in test_wrapping() argument
132 GrMipMapped, in test_color_init() argument
/third_party/flutter/skia/include/gpu/
DGrTypes.h216 enum class GrMipMapped : bool { enum