Searched refs:getColorbufferName (Results 1 – 9 of 9) sorted by relevance
62 GLuint getColorbufferName();
187 GLuint Framebuffer::getColorbufferName() in getColorbufferName() function in gl::Framebuffer
2595 attachmentHandle = framebuffer->getColorbufferName(); in glGetFramebufferAttachmentParameteriv()
60 GLuint getColorbufferName();
196 GLuint Framebuffer::getColorbufferName() in getColorbufferName() function in es1::Framebuffer
2110 attachmentHandle = framebuffer->getColorbufferName(); in GetFramebufferAttachmentParameterivOES()
68 GLuint getColorbufferName(GLuint index);
252 GLuint Framebuffer::getColorbufferName(GLuint index) in getColorbufferName() function in es2::Framebuffer
2795 attachmentHandle = framebuffer->getColorbufferName(0); in GetFramebufferAttachmentParameteriv()2838 attachmentHandle = framebuffer->getColorbufferName(attachment - GL_COLOR_ATTACHMENT0); in GetFramebufferAttachmentParameteriv()