Searched defs:GrMipMapped (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/src/gpu/ |
| D | GrTextureOpList.cpp | 192 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
|
| D | GrRenderTargetOpList.cpp | 637 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
|
| D | GrDrawingManager.cpp | 295 onFlushOpList->visitProxies_debugOnly([](GrSurfaceProxy* p, GrMipMapped) { in flush() argument
|
| /third_party/skia/include/gpu/ |
| D | GrTypes.h | 130 using GrMipMapped = GrMipmapped; variable
|
| /third_party/flutter/skia/tests/ |
| D | BackendAllocationTest.cpp | 24 GrMipMapped, in test_wrapping() argument 132 GrMipMapped, in test_color_init() argument
|
| /third_party/flutter/skia/include/gpu/ |
| D | GrTypes.h | 216 enum class GrMipMapped : bool { enum
|