Searched refs:drawDepthBufferType (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4169 GLenum drawDepthBufferType = drawFramebuffer->getDepthbufferType(); local
4170 if((readDepthBufferType != drawDepthBufferType) &&
4171 !(Framebuffer::IsRenderbuffer(readDepthBufferType) && Framebuffer::IsRenderbuffer(drawDepthBufferType)))

Completed in 269 milliseconds