Home
last modified time | relevance | path

Searched refs:shouldCreateWithMips (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/ganesh/
DSkSurfaceGanesh.h70 bool shouldCreateWithMips = false,
/external/skia/src/gpu/ganesh/surface/
DSkSurface_Ganesh.cpp599 bool shouldCreateWithMips, in RenderTarget() argument
606 shouldCreateWithMips ? skgpu::Mipmapped::kYes : skgpu::Mipmapped::kNo; in RenderTarget()