Home
last modified time | relevance | path

Searched refs:DrawBuffersArray (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp312 const gl::DrawBuffersArray<vk::ImageHelper *> &colorSrc, in GetUnresolveFlags()
315 gl::DrawBuffersArray<UnresolveColorAttachmentType> *attachmentTypesOut) in GetUnresolveFlags()
924 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in MakeFragShader()
980 gl::DrawBuffersArray<UnresolveColorAttachmentType> &colorAttachmentTypes, in GetUnresolveFrag()
3207 gl::DrawBuffersArray<vk::ImageHelper *> colorSrc = {}; in unresolve()
3208 gl::DrawBuffersArray<const vk::ImageView *> colorSrcView = {}; in unresolve()
3348 gl::DrawBuffersArray<UnresolveColorAttachmentType> colorAttachmentTypes; in unresolve()
Dvk_cache_utils.cpp1719 gl::DrawBuffersArray<VkPipelineColorBlendAttachmentState> blendAttachmentState; in initializePipeline()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h861 using DrawBuffersArray = std::array<T, IMPLEMENTATION_MAX_DRAW_BUFFERS>; variable