Searched defs:Framebuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.cpp8 // Framebuffer.cpp: Implements the gl::Framebuffer class. Implements GL framebuffer
11 #include "libGLESv2/Framebuffer.h"
23 Framebuffer::Framebuffer(rx::Renderer *renderer) function in class:gl::Framebuffer
38 Framebuffer::~Framebuffer()
48 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle) const
73 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer)
80 void Framebuffer
[all...]
H A DFramebuffer.h7 // Framebuffer.h: Defines the gl::Framebuffer class. Implements GL framebuffer
30 class Framebuffer class in namespace:gl
33 explicit Framebuffer(rx::Renderer *renderer);
35 virtual ~Framebuffer();
90 DISALLOW_COPY_AND_ASSIGN(Framebuffer);
95 class DefaultFramebuffer : public Framebuffer
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc25 Framebuffer::FramebufferComboCompleteMap*
26 Framebuffer::framebuffer_combo_complete_map_;
28 // Framebuffer completeness is not cacheable on OS X because of dynamic
32 bool Framebuffer::allow_framebuffer_combo_complete_map_ = false;
34 bool Framebuffer::allow_framebuffer_combo_complete_map_ = true;
37 void Framebuffer::ClearFramebufferCompleteComboMap() {
44 : public Framebuffer::Attachment {
100 virtual void DetachFromFramebuffer(Framebuffer* framebuffer) const OVERRIDE {
135 : public Framebuffer::Attachment {
215 virtual void DetachFromFramebuffer(Framebuffer* framebuffe
326 Framebuffer::Framebuffer( function in class:gpu::gles2::Framebuffer
[all...]
H A Dframebuffer_manager.h27 // Info about a particular Framebuffer.
28 class GPU_EXPORT Framebuffer : public base::RefCounted<Framebuffer> { class in namespace:gpu::gles2
47 virtual void DetachFromFramebuffer(Framebuffer* framebuffer) const = 0;
60 Framebuffer(FramebufferManager* manager, GLuint service_id);
147 friend class base::RefCounted<Framebuffer>;
149 ~Framebuffer();
192 DISALLOW_COPY_AND_ASSIGN(Framebuffer);
204 scoped_refptr<Framebuffer> bound_read_framebuffer;
205 scoped_refptr<Framebuffer> bound_draw_framebuffe
[all...]

Completed in 98 milliseconds