Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h665 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit);
DContext.cpp4040 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit) in blitFramebuffer() argument
4277 if(partialBufferCopy && !allowPartialDepthStencilBlit) in blitFramebuffer()
DlibGLESv2.cpp5644 …dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, bool allowPartialDepthStencilBlit) in BlitFramebufferSW() argument
5674 …srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, false, allowPartialDepthStencilBlit); in BlitFramebufferSW()