Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp1546 bool Framebuffer::partialClearNeedsInit(const Context *context, in partialClearNeedsInit() function in gl::Framebuffer
2289 if (partialClearNeedsInit(context, color, depth, stencil)) in ensureClearAttachmentsInitialized()
2569 return partialClearNeedsInit(context, true, false, false); in partialBufferClearNeedsInit()
2571 return partialClearNeedsInit(context, false, true, false); in partialBufferClearNeedsInit()
2573 return partialClearNeedsInit(context, false, false, true); in partialBufferClearNeedsInit()
2575 return partialClearNeedsInit(context, false, true, true); in partialBufferClearNeedsInit()
DFramebuffer.h491 bool partialClearNeedsInit(const Context *context, bool color, bool depth, bool stencil);