Searched refs:renderpass_features_to_index (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.mm | 109 static int renderpass_features_to_index(bool hasResolve, bool hasStencil) { function 123 renderpass_features_to_index(withResolve, withStencil);
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 27 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()
|