HomeSort by relevance Sort by last modified time
    Searched defs:Framebuffer (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 8 // Framebuffer.cpp: Implements the gl::Framebuffer class. Implements GL framebuffer
11 #include "libGLESv2/Framebuffer.h"
24 Framebuffer::Framebuffer(rx::Renderer *renderer)
35 Framebuffer::~Framebuffer()
45 FramebufferAttachment *Framebuffer::lookupAttachment(GLenum type, GLuint handle, GLint level, GLint layer) const
120 void Framebuffer::setColorbuffer(unsigned int colorAttachment, GLenum type, GLuint colorbuffer, GLint level, GLint (…)
    [all...]
Framebuffer.h 7 // Framebuffer.h: Defines the gl::Framebuffer class. Implements GL framebuffer
30 class Framebuffer
33 explicit Framebuffer(rx::Renderer *renderer);
35 virtual ~Framebuffer();
100 DISALLOW_COPY_AND_ASSIGN(Framebuffer);
105 class DefaultFramebuffer : public Framebuffer
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 132 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer;
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.cc 25 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
    [all...]
framebuffer_manager.h 27 // Info about a particular Framebuffer.
28 class GPU_EXPORT Framebuffer : public base::RefCounted<Framebuffer> {
47 virtual void DetachFromFramebuffer(Framebuffer* framebuffer) const = 0;
60 Framebuffer(FramebufferManager* manager, GLuint service_id);
119 // not mean the real OpenGL will consider it framebuffer complete. It just
156 friend class base::RefCounted<Framebuffer>;
158 ~Framebuffer();
184 // Service side framebuffer id
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 21 * \brief Framebuffer Object Tests.
137 class Framebuffer
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)
317 Framebuffer::~Framebuffer (void)
324 void Framebuffer::checkCompleteness (void)
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 21 * \brief Framebuffer Object Tests.
234 // Framebuffer config.
347 : TestError("Framebuffer is not complete", getFboIncompleteReasonName(reason), file, line)
353 class Framebuffer
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)
476 Framebuffer::~Framebuffer (void
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 24 * \brief Utilities for framebuffer objects.
147 //! Configurations for framebuffer objects and their attachments.
309 //! Returns `true` iff this attachment is "framebuffer attachment
358 //! A framebuffer configuration.
359 struct Framebuffer
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/
sglrReferenceContext.hpp 321 class Framebuffer : public NamedObject
375 Framebuffer (deUint32 name);
376 virtual ~Framebuffer (void);
614 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer);
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)
    [all...]

Completed in 387 milliseconds