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

  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer;
  /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.
80 //! Configurations for framebuffer objects and their attachments.
262 //! Returns `true` iff this attachment is "framebuffer attachment
311 //! A framebuffer configuration.
312 struct Framebuffer
326 class FboBuilder : public config::Framebuffer
391 void logFramebufferConfig (const config::Framebuffer& cfg, tcu::TestLog& log);
433 ValidStatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 2423 CaseDescription<Framebuffer> framebuffer; member in struct:vkt::CaseDescriptions
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 326 class Framebuffer : public NamedObject
380 Framebuffer (deUint32 name);
381 virtual ~Framebuffer (void);
619 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer);
776 void deleteFramebuffer (rc::Framebuffer* framebuffer);
782 void acquireFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
783 void releaseFboAttachmentReference (const rc::Framebuffer::Attachment& attachment);
784 tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::AttachmentPoint point)
    [all...]

Completed in 104 milliseconds