Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm109 static int renderpass_features_to_index(bool hasResolve, bool hasStencil) { function
123 renderpass_features_to_index(withResolve, withStencil);
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp27 static int renderpass_features_to_index(bool hasResolve, bool hasStencil, in renderpass_features_to_index() function
334 renderpass_features_to_index(withResolve, withStencil, selfDepFlags, loadFromResolve); in getFramebuffer()
359 renderpass_features_to_index(withResolve, withStencil, selfDepFlags, loadFromResolve); in createFramebuffer()