Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:colorAttachment

37     void setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer);
45 unsigned int getRenderTargetSerial(unsigned int colorAttachment) const;
49 FramebufferAttachment *getColorbuffer(unsigned int colorAttachment) const;
58 GLenum getColorbufferType(unsigned int colorAttachment) const;
63 GLuint getColorbufferHandle(unsigned int colorAttachment) const;
68 GLenum getColorbufferMipLevel(unsigned int colorAttachment) const;
73 GLenum getColorbufferLayer(unsigned int colorAttachment) const;
78 GLenum getDrawBufferState(unsigned int colorAttachment) const;
79 void setDrawBufferState(unsigned int colorAttachment, GLenum drawBuffer);
81 bool isEnabledColorAttachment(unsigned int colorAttachment) const;