Searched refs:getDrawBuffer (Results 1 – 8 of 8) sorted by relevance
49 GLenum getDrawBuffer(GLuint index) const;
124 GLenum Framebuffer::getDrawBuffer(GLuint index) const in getDrawBuffer() function in es2::Framebuffer
2217 *params = framebuffer ? framebuffer->getDrawBuffer(pname - GL_DRAW_BUFFER0) : GL_NONE; in getIntegerv()2785 if(framebuffer->getDrawBuffer(i) != GL_NONE) in applyRenderTarget()
100 const FramebufferAttachment *getDrawBuffer(size_t drawBufferIdx) const;269 const FramebufferAttachment *getDrawBuffer(size_t drawBuffer) const;
655 const FramebufferAttachment *FramebufferState::getDrawBuffer(size_t drawBufferIdx) const in getDrawBuffer() function in gl::FramebufferState1077 const FramebufferAttachment *Framebuffer::getDrawBuffer(size_t drawBuffer) const in getDrawBuffer() function in gl::Framebuffer1079 return mState.getDrawBuffer(drawBuffer); in getDrawBuffer()1084 const FramebufferAttachment *attachment = mState.getDrawBuffer(drawBuffer); in getDrawbufferWriteType()1117 if (getDrawBuffer(drawbufferIdx) != nullptr) in hasEnabledDrawBuffer()1169 if (getDrawBuffer(drawbufferIdx) != nullptr) in usingExtendedDrawBuffers()
1575 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferParameters()6376 context->getState().getDrawFramebuffer()->getDrawBuffer(drawbuffer); in ValidateWebGLFramebufferAttachmentClearType()
2463 drawFramebuffer->getDrawBuffer(drawbufferIdx); in ValidateBlitFramebufferANGLE()
799 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit()