Searched refs:getColorAttachmentsMask (Results 1 – 3 of 3) sorted by relevance
586 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()
1571 for (size_t colorIndex : framebufferVk->getState().getColorAttachmentsMask()) in updateInputAttachmentDescriptorSet()
93 const DrawBufferMask getColorAttachmentsMask() const { return mColorAttachmentsMask; } in getColorAttachmentsMask() function