![]() |
Cinder
0.9.1
|
This is the complete list of members for cinder::gl::Fbo, including all inherited members.
attachAttachments() | cinder::gl::Fbo | protected |
bindFramebuffer(GLenum target=GL_FRAMEBUFFER) | cinder::gl::Fbo | |
bindTexture(int textureUnit=0, GLenum attachment=GL_COLOR_ATTACHMENT0) | cinder::gl::Fbo | |
blitFromScreen(const Area &srcArea, const Area &dstArea, GLenum filter=GL_NEAREST, GLbitfield mask=GL_COLOR_BUFFER_BIT) | cinder::gl::Fbo | |
blitTo(const FboRef &dst, const Area &srcArea, const Area &dstArea, GLenum filter=GL_NEAREST, GLbitfield mask=GL_COLOR_BUFFER_BIT) const | cinder::gl::Fbo | |
blitToScreen(const Area &srcArea, const Area &dstArea, GLenum filter=GL_NEAREST, GLbitfield mask=GL_COLOR_BUFFER_BIT) const | cinder::gl::Fbo | |
checkStatus(class FboExceptionInvalidSpecification *resultExc) | cinder::gl::Fbo | protected |
create(int width, int height, const Format &format=Format()) | cinder::gl::Fbo | static |
create(int width, int height, bool alpha, bool depth=true, bool stencil=false) | cinder::gl::Fbo | static |
Fbo(int width, int height, const Format &format) | cinder::gl::Fbo | protected |
getAspectRatio() const | cinder::gl::Fbo | |
getBounds() const | cinder::gl::Fbo | |
getColorTexture() | cinder::gl::Fbo | |
getDepthTexture() | cinder::gl::Fbo | |
getFormat() const | cinder::gl::Fbo | |
getFormat() | cinder::gl::Fbo | |
getHeight() const | cinder::gl::Fbo | |
getId() const | cinder::gl::Fbo | |
getLabel() const | cinder::gl::Fbo | |
getMaxAttachments() | cinder::gl::Fbo | static |
getMaxSamples() | cinder::gl::Fbo | static |
getMultisampleId() const | cinder::gl::Fbo | |
getResolveId() const | cinder::gl::Fbo | |
getSize() const | cinder::gl::Fbo | |
getTexture2d(GLenum attachment) | cinder::gl::Fbo | |
getTextureBase(GLenum attachment) | cinder::gl::Fbo | |
getWidth() const | cinder::gl::Fbo | |
init() | cinder::gl::Fbo | protected |
initMultisample(const Format &format) | cinder::gl::Fbo | protected |
initMultisamplingSettings(bool *useMsaa, bool *useCsaa, Format *format) | cinder::gl::Fbo | protected |
markAsDirty() | cinder::gl::Fbo | |
mAttachmentsBuffer | cinder::gl::Fbo | protected |
mAttachmentsMultisampleBuffer | cinder::gl::Fbo | protected |
mAttachmentsTexture | cinder::gl::Fbo | protected |
mFormat | cinder::gl::Fbo | protected |
mHeight | cinder::gl::Fbo | protected |
mId | cinder::gl::Fbo | protected |
mLabel | cinder::gl::Fbo | protected |
mMultisampleFramebufferId | cinder::gl::Fbo | protected |
mNeedsMipmapUpdate | cinder::gl::Fbo | mutableprotected |
mNeedsResolve | cinder::gl::Fbo | mutableprotected |
mWidth | cinder::gl::Fbo | protected |
operator<<(std::ostream &os, const Fbo &rhs) | cinder::gl::Fbo | friend |
prepareAttachments(const Format &format, bool multisampling) | cinder::gl::Fbo | protected |
readPixels8u(const Area &area, GLenum attachment=GL_COLOR_ATTACHMENT0) const | cinder::gl::Fbo | |
resolveTextures() const | cinder::gl::Fbo | |
setDrawBuffers(GLuint fbId, const std::map< GLenum, RenderbufferRef > &attachmentsBuffer, const std::map< GLenum, TextureBaseRef > &attachmentsTexture) | cinder::gl::Fbo | protected |
setLabel(const std::string &label) | cinder::gl::Fbo | |
sMaxAttachments | cinder::gl::Fbo | protectedstatic |
sMaxSamples | cinder::gl::Fbo | protectedstatic |
unbindFramebuffer() | cinder::gl::Fbo | static |
unbindTexture(int textureUnit=0, GLenum attachment=GL_COLOR_ATTACHMENT0) | cinder::gl::Fbo | |
updateMipmaps(GLenum attachment) const | cinder::gl::Fbo | protected |
~Fbo() | cinder::gl::Fbo |