Home
last modified time | relevance | path

Searched refs:getColorbufferName (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.h69 GLuint getColorbufferName(GLuint index);
DFramebuffer.cpp272 GLuint Framebuffer::getColorbufferName(GLuint index) in getColorbufferName() function in es2::Framebuffer
DlibGLESv2.cpp2654 attachmentHandle = framebuffer->getColorbufferName(0); in GetFramebufferAttachmentParameteriv()
2687 attachmentHandle = framebuffer->getColorbufferName(attachment - GL_COLOR_ATTACHMENT0); in GetFramebufferAttachmentParameteriv()