Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp294 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() function
2355 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureDrawAttachmentsInitialized()
2358 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureDrawAttachmentsInitialized()
2361 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[bit])); in ensureDrawAttachmentsInitialized()
2385 ANGLE_TRY(InitAttachment(context, &mState.mDefaultFramebufferReadAttachment)); in ensureReadAttachmentsInitialized()
2394 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[readIndex])); in ensureReadAttachmentsInitialized()
2405 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureReadAttachmentsInitialized()
2415 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureReadAttachmentsInitialized()
2530 ANGLE_TRY(InitAttachment(context, &mState.mColorAttachments[bufferIndex])); in ensureBufferInitialized()
2539 ANGLE_TRY(InitAttachment(context, &mState.mDepthAttachment)); in ensureBufferInitialized()
[all …]