Home | History | Annotate | Download | only in mosaic_renderer

Lines Matching defs:FrameBuffer

1 #include "FrameBuffer.h"
3 FrameBuffer::FrameBuffer()
8 FrameBuffer::~FrameBuffer() {
11 void FrameBuffer::Reset() {
19 bool FrameBuffer::InitializeGLContext() {
24 bool FrameBuffer::Init(int width, int height, GLenum format) {
69 bool FrameBuffer::CreateBuffers() {
78 GLuint FrameBuffer::GetTextureName() const {
82 GLuint FrameBuffer::GetFrameBufferName() const {
86 GLenum FrameBuffer::GetFormat() const {
90 int FrameBuffer::GetWidth() const {
94 int FrameBuffer::GetHeight() const {