Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h492 bool partialBufferClearNeedsInit(const Context *context, GLenum bufferType);
DFramebuffer.cpp2329 if (partialBufferClearNeedsInit(context, buffer)) in ensureClearBufferAttachmentsInitialized()
2575 bool Framebuffer::partialBufferClearNeedsInit(const Context *context, GLenum bufferType) in partialBufferClearNeedsInit() function in gl::Framebuffer