Searched refs:partialClearNeedsInit (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 1546 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()
|
D | Framebuffer.h | 491 bool partialClearNeedsInit(const Context *context, bool color, bool depth, bool stencil);
|