Home
last modified time | relevance | path

Searched refs:allowPartialDepthStencilBlit (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h692 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit);
DContext.cpp4024 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit) in blitFramebuffer() argument
4249 if(partialBufferCopy && !allowPartialDepthStencilBlit) in blitFramebuffer()
DlibGLESv2.cpp5679 …dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool allowPartialDepthStencilBlit) in BlitFramebufferSW() argument
5709 …srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, false, allowPartialDepthStencilBlit); in BlitFramebufferSW()