Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp586 mRenderTargetCache, mState.getColorAttachmentsMask(), in clearImpl()
1348 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in updateLayerCount()
1575 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in invalidateImpl()
1938 const gl::DrawBufferMask colorAttachmentMask = mState.getColorAttachmentsMask(); in updateRenderPassDesc()
2054 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in getFramebuffer()
2088 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in getFramebuffer()
2415 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in startNewRenderPass()
2654 for (size_t colorIndexGL : mState.getColorAttachmentsMask()) in startNewRenderPass()
DProgramExecutableVk.cpp1571 for (size_t colorIndex : framebufferVk->getState().getColorAttachmentsMask()) in updateInputAttachmentDescriptorSet()
/external/angle/src/libANGLE/
DFramebuffer.h93 const DrawBufferMask getColorAttachmentsMask() const { return mColorAttachmentsMask; } in getColorAttachmentsMask() function