Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1554 bool Framebuffer::partialClearNeedsInit(const Context *context, in partialClearNeedsInit() function in gl::Framebuffer
2305 if (partialClearNeedsInit(context, color, depth, stencil)) in ensureClearAttachmentsInitialized()
2585 return partialClearNeedsInit(context, true, false, false); in partialBufferClearNeedsInit()
2587 return partialClearNeedsInit(context, false, true, false); in partialBufferClearNeedsInit()
2589 return partialClearNeedsInit(context, false, false, true); in partialBufferClearNeedsInit()
2591 return partialClearNeedsInit(context, false, true, true); in partialBufferClearNeedsInit()
DFramebuffer.h491 bool partialClearNeedsInit(const Context *context, bool color, bool depth, bool stencil);