Home
last modified time | relevance | path

Searched refs:getDepthbufferType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DFramebuffer.h57 GLenum getDepthbufferType();
DFramebuffer.cpp186 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType() function in es1::Framebuffer
DlibGLES_CM.cpp2094 attachmentType = framebuffer->getDepthbufferType(); in GetFramebufferAttachmentParameterivOES()
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h66 GLenum getDepthbufferType();
DFramebuffer.cpp262 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType() function in es2::Framebuffer
DContext.cpp4207 GLenum readDepthBufferType = readFramebuffer->getDepthbufferType(); in blitFramebuffer()
4208 GLenum drawDepthBufferType = drawFramebuffer->getDepthbufferType(); in blitFramebuffer()
DlibGLESv2.cpp2667 attachmentType = framebuffer->getDepthbufferType(); in GetFramebufferAttachmentParameteriv()
2680 attachmentType = framebuffer->getDepthbufferType(); in GetFramebufferAttachmentParameteriv()