Searched refs:InitAttachment (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 291 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() function 2339 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureDrawAttachmentsInitialized() 2342 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureDrawAttachmentsInitialized() 2345 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[bit])); in ensureDrawAttachmentsInitialized() 2369 ANGLE_TRY(InitAttachment(context, &mState.mDefaultFramebufferReadAttachment)); in ensureReadAttachmentsInitialized() 2378 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[readIndex])); in ensureReadAttachmentsInitialized() 2389 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureReadAttachmentsInitialized() 2399 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureReadAttachmentsInitialized() 2514 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[bufferIndex])); in ensureBufferInitialized() 2523 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureBufferInitialized() [all …]
|