Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h481 void markDrawAttachmentsInitialized(bool color, bool depth, bool stencil);
DFramebuffer.cpp2297 markDrawAttachmentsInitialized(color, depth, stencil); in ensureClearAttachmentsInitialized()
2407 void Framebuffer::markDrawAttachmentsInitialized(bool color, bool depth, bool stencil) in markDrawAttachmentsInitialized() function in gl::Framebuffer