Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h432 angle::Result ensureReadAttachmentsInitialized(const Context *context);
DFramebuffer.cpp2354 angle::Result Framebuffer::ensureReadAttachmentsInitialized(const Context *context) in ensureReadAttachmentsInitialized() function in gl::Framebuffer
DState.cpp3284 return mReadFramebuffer->ensureReadAttachmentsInitialized(context); in syncReadAttachments()