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

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DFramebuffer.h15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
34 class Framebuffer class in namespace:es1
37 Framebuffer();
39 virtual ~Framebuffer();
86 class DefaultFramebuffer : public Framebuffer
H A DFramebuffer.cpp15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
28 Framebuffer::Framebuffer() function in class:es1::Framebuffer
35 Framebuffer::~Framebuffer()
42 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle) const
64 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer)
70 void Framebuffer
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DFramebuffer.h15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
37 class Framebuffer class in namespace:gl
40 Framebuffer();
42 virtual ~Framebuffer();
85 class DefaultFramebuffer : public Framebuffer
H A DFramebuffer.cpp15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
28 Framebuffer::Framebuffer() function in class:gl::Framebuffer
35 Framebuffer::~Framebuffer()
42 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle) const
64 void Framebuffer::setColorbuffer(GLenum type, GLuint colorbuffer)
70 void Framebuffer
[all...]
/external/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.h15 // Framebuffer.h: Defines the Framebuffer class. Implements GL framebuffer
35 class Framebuffer class in namespace:es2
38 Framebuffer();
40 virtual ~Framebuffer();
106 class DefaultFramebuffer : public Framebuffer
H A DFramebuffer.cpp15 // Framebuffer.cpp: Implements the Framebuffer class. Implements GL framebuffer
18 #include "Framebuffer.h"
28 bool Framebuffer::IsRenderbuffer(GLenum type)
33 Framebuffer::Framebuffer() function in class:es2::Framebuffer
50 Framebuffer::~Framebuffer()
60 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle, GLint level, GLint layer) const
82 void Framebuffer
[all...]
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp135 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/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp156 class Framebuffer : public GLObject { class in namespace:__anon17058
158 Framebuffer(int id) : INHERITED(id) {} function in class:__anon17058::Framebuffer
300 Framebuffer* framebuffer = fFramebufferManager.create();
326 Framebuffer* framebuffer = fFramebufferManager.lookUp(ids[i]);
357 Framebuffer* drawFramebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer);
361 Framebuffer* readFramebuffer = fFramebufferManager.lookUp(fCurrReadFramebuffer);
403 Framebuffer* framebuffer = fFramebufferManager.lookUp(id);
426 Framebuffer* framebuffer = fFramebufferManager.lookUp(id);
472 Framebuffer* framebuffer = fFramebufferManager.lookUp(fCurrDrawFramebuffer);
703 TGLObjectManager<Framebuffer> fFramebufferManage
[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.hpp312 struct Framebuffer struct in namespace:deqp::gls::FboUtil::config
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/
H A DvktApiObjectManagementTests.cpp2007 struct Framebuffer struct in namespace:vkt
2051 return getSafeObjectCount<Framebuffer>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS);
2658 CaseDescription<Framebuffer> framebuffer;
2830 static const NamedParameters<Framebuffer> s_framebufferCases[] =
2832 { "framebuffer", Framebuffer::Parameters() }
2868 CASE_DESC(createSingleTest <Framebuffer>, s_framebufferCases),
2897 CASE_DESC(createMultipleUniqueResourcesTest <Framebuffer>, s_framebufferCases),
2926 CASE_DESC(createMultipleSharedResourcesTest <Framebuffer>, s_framebufferCases),
2955 CASE_DESC(createMaxConcurrentTest <Framebuffer>, s_framebufferCases),
2984 CASE_DESC(multithreadedCreatePerThreadDeviceTest <Framebuffer>, s_framebufferCase
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp326 class Framebuffer : public NamedObject class in namespace:sglr::rc
380 Framebuffer (deUint32 name);
381 virtual ~Framebuffer (void);
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);
788 rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_COLOR0))) : (m_defaultColorbuffer); }
789 rr::MultisamplePixelBufferAccess getDrawDepthbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer
[all...]
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp1884 class Framebuffer class in namespace:vk::vk
1887 Framebuffer() function in class:vk::vk::Framebuffer
1892 Framebuffer(VkFramebuffer framebuffer) function in class:vk::vk::Framebuffer
1896 Framebuffer& operator=(VkFramebuffer framebuffer)
1903 bool operator==(Framebuffer const &rhs) const
1908 bool operator!=(Framebuffer const &rhs) const
1913 bool operator<(Framebuffer const &rhs) const
1939 static_assert( sizeof( Framebuffer ) == sizeof( VkFramebuffer ), "handle and wrapper have different size!" );
7478 RenderPassBeginInfo( RenderPass renderPass_ = RenderPass(), Framebuffer framebuffer_ = Framebuffer(), Rect2 argument
10867 CommandBufferInheritanceInfo( RenderPass renderPass_ = RenderPass(), uint32_t subpass_ = 0, Framebuffer framebuffer_ = Framebuffer(), Bool32 occlusionQueryEnable_ = 0, QueryControlFlags queryFlags_ = QueryControlFlags(), QueryPipelineStatisticFlags pipelineStatistics_ = QueryPipelineStatisticFlags() ) argument
[all...]

Completed in 344 milliseconds