Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h492 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
DFramebuffer.cpp2313 if (partialBufferClearNeedsInit(context, buffer)) in ensureClearBufferAttachmentsInitialized()
2559 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() function in gl::Framebuffer