Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h432 angle::Result ensureReadAttachmentsInitialized(const Context *context);
DFramebuffer.cpp2370 angle::Result Framebuffer::ensureReadAttachmentsInitialized(const Context *context) in ensureReadAttachmentsInitialized() function in gl::Framebuffer
DState.cpp3354 return mReadFramebuffer->ensureReadAttachmentsInitialized(context); in syncReadAttachments()