Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h481 void markDrawAttachmentsInitialized(bool color, bool depth, bool stencil);
DFramebuffer.cpp2313 markDrawAttachmentsInitialized(color, depth, stencil); in ensureClearAttachmentsInitialized()
2423 void Framebuffer::markDrawAttachmentsInitialized(bool color, bool depth, bool stencil) in markDrawAttachmentsInitialized() function in gl::Framebuffer