Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrContextPriv.h91 bool disableGpuYUVConversion() const { return fContext->fDisableGpuYUVConversion; } in disableGpuYUVConversion() function
/external/skqp/src/image/
DSkImage_Lazy.cpp428 if (!proxy && !willBeMipped && !ctx->contextPriv().disableGpuYUVConversion()) { in lockTextureProxy()