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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.h7 // Framebuffer.h: Defines the gl::Framebuffer class. Implements GL framebuffer
35 class Framebuffer class in namespace:gl
38 Framebuffer(rx::Renderer *renderer, GLuint id);
40 virtual ~Framebuffer();
97 DISALLOW_COPY_AND_ASSIGN(Framebuffer);
102 class DefaultFramebuffer : public Framebuffer
H A DFramebuffer.cpp7 // Framebuffer.cpp: Implements the gl::Framebuffer class. Implements GL framebuffer
10 #include "libGLESv2/Framebuffer.h"
69 Framebuffer::Framebuffer(rx::Renderer *renderer, GLuint id) function in class:gl::Framebuffer
84 Framebuffer::~Framebuffer()
94 FramebufferAttachment *Framebuffer::createAttachment(GLenum binding, GLenum type, GLuint handle, GLint level, GLint layer) const
174 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint layer)
182 void Framebuffer
[all...]
/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);
156 friend class base::RefCounted<Framebuffer>;
158 ~Framebuffer();
205 DISALLOW_COPY_AND_ASSIGN(Framebuffer);
217 scoped_refptr<Framebuffer> bound_read_framebuffer;
218 scoped_refptr<Framebuffer> bound_draw_framebuffe
[all...]
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp132 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer; typedef in namespace:glu
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp21 * \brief Framebuffer Object Tests.
137 class Framebuffer class in namespace:deqp::gles3::Functional
140 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorBuffer = 0, deUint32 depthStencilBuffer = 0);
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorBufferName, deUint32 depthStencilBufferName) function in class:deqp::gles3::Functional::Framebuffer
317 Framebuffer::~Framebuffer (void)
324 void Framebuffer::checkCompleteness (void)
333 deUint32 Framebuffer
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp21 * \brief Framebuffer Object Tests.
234 // Framebuffer config.
347 : TestError("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line)
353 class Framebuffer class in namespace:deqp::gles2::Functional
356 Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo = 0, deUint32 colorbuffer = 0, deUint32 depthbuffer = 0, deUint32 stencilbuffer = 0);
357 ~Framebuffer (void);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fbo, deUint32 colorbuffer, deUint32 depthbuffer, deUint32 stencilbuffer) function in class:deqp::gles2::Functional::Framebuffer
476 Framebuffer::~Framebuffer (voi
[all...]
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp359 struct Framebuffer struct in namespace:deqp::gls::FboUtil::config
373 void logFramebufferConfig(const config::Framebuffer& cfg, tcu::TestLog& log);
375 class FboBuilder : public config::Framebuffer
441 StatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp321 class Framebuffer : public NamedObject class in namespace:sglr::rc
375 Framebuffer (deUint32 name);
376 virtual ~Framebuffer (void);
771 void deleteFramebuffer (rc::Framebuffer* framebuffer);
777 void acquireFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
778 void releaseFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
779 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point);
783 rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_COLOR0))) : (m_defaultColorbuffer); }
784 rr::MultisamplePixelBufferAccess getDrawDepthbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer
[all...]

Completed in 420 milliseconds