/external/deqp/framework/opengl/ |
H A D | gluObjectWrapper.hpp | 135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer; typedef in namespace:glu
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 21 * \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 D | es2fFboRenderTest.cpp | 21 * \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 D | glsFboUtil.hpp | 312 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 D | vktApiObjectManagementTests.cpp | 1896 struct Framebuffer struct in namespace:vkt 1940 return getSafeObjectCount<Framebuffer>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); 2428 CaseDescription<Framebuffer> framebuffer; 2600 static const NamedParameters<Framebuffer> s_framebufferCases[] = 2602 { "framebuffer", Framebuffer::Parameters() } 2638 CASE_DESC(createSingleTest <Framebuffer>, s_framebufferCases), 2667 CASE_DESC(createMultipleUniqueResourcesTest <Framebuffer>, s_framebufferCases), 2696 CASE_DESC(createMultipleSharedResourcesTest <Framebuffer>, s_framebufferCases), 2725 CASE_DESC(createMaxConcurrentTest <Framebuffer>, s_framebufferCases), 2754 CASE_DESC(multithreadedCreatePerThreadDeviceTest <Framebuffer>, s_framebufferCase [all...] |
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 326 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...] |