Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h66 GLenum getDepthbufferType();
DFramebuffer.cpp262 GLenum Framebuffer::getDepthbufferType() in getDepthbufferType() function in es2::Framebuffer
DContext.cpp4235 GLenum readDepthBufferType = readFramebuffer->getDepthbufferType(); in blitFramebuffer()
4236 GLenum drawDepthBufferType = drawFramebuffer->getDepthbufferType(); in blitFramebuffer()
DlibGLESv2.cpp2660 attachmentType = framebuffer->getDepthbufferType(); in GetFramebufferAttachmentParameteriv()
2673 attachmentType = framebuffer->getDepthbufferType(); in GetFramebufferAttachmentParameteriv()