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

/external/swiftshader/src/OpenGL/libGL/
H A DFramebuffer.h59 GLenum getDepthbufferType();
H A DFramebuffer.cpp177 GLenum Framebuffer::getDepthbufferType() function in class:gl::Framebuffer
H A DContext.cpp2961 if(readFramebuffer->getDepthbufferType() != drawFramebuffer->getDepthbufferType() ||
H A DlibGL.cpp2583 attachmentType = framebuffer->getDepthbufferType();
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DFramebuffer.h57 GLenum getDepthbufferType();
H A DFramebuffer.cpp186 GLenum Framebuffer::getDepthbufferType() function in class:es1::Framebuffer
H A DlibGLES_CM.cpp2092 attachmentType = framebuffer->getDepthbufferType();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.h66 GLenum getDepthbufferType();
H A DFramebuffer.cpp262 GLenum Framebuffer::getDepthbufferType() function in class:es2::Framebuffer
H A DContext.cpp4168 GLenum readDepthBufferType = readFramebuffer->getDepthbufferType();
4169 GLenum drawDepthBufferType = drawFramebuffer->getDepthbufferType();
H A DlibGLESv2.cpp2803 attachmentType = framebuffer->getDepthbufferType();
2816 attachmentType = framebuffer->getDepthbufferType();

Completed in 4808 milliseconds