Searched refs:allowPartialDepthStencilBlit (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 665 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit);
|
D | Context.cpp | 4040 GLbitfield mask, bool filter, bool allowPartialDepthStencilBlit) in blitFramebuffer() argument 4277 if(partialBufferCopy && !allowPartialDepthStencilBlit) in blitFramebuffer()
|
D | libGLESv2.cpp | 5644 …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()
|