Home
last modified time | relevance | path

Searched refs:Framebuffer (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm19 template <typename> class Framebuffer {
22 Framebuffer();
25 template <typename T> Framebuffer<T>::Framebuffer() { function
34 Framebuffer<int>();
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp119 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace()
123 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_X: return tcu::CUBEFACE_NEGATIVE_X; in texTargetToFace()
124 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_X: return tcu::CUBEFACE_POSITIVE_X; in texTargetToFace()
125 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_Y: return tcu::CUBEFACE_NEGATIVE_Y; in texTargetToFace()
126 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Y: return tcu::CUBEFACE_POSITIVE_Y; in texTargetToFace()
127 case Framebuffer::TEXTARGET_CUBE_MAP_NEGATIVE_Z: return tcu::CUBEFACE_NEGATIVE_Z; in texTargetToFace()
128 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in texTargetToFace()
133 static Framebuffer::TexTarget texLayeredTypeToTarget (Texture::Type type) in texLayeredTypeToTarget()
137 case Texture::TYPE_2D_ARRAY: return Framebuffer::TEXTARGET_2D_ARRAY; in texLayeredTypeToTarget()
138 case Texture::TYPE_3D: return Framebuffer::TEXTARGET_3D; in texLayeredTypeToTarget()
[all …]
DsglrReferenceContext.hpp326 class Framebuffer : public NamedObject class
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::Att…
788 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawColorbuffer()
789 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawDepthbuffer()
790 …fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOIN… in getDrawStencilbuffer()
[all …]
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.invalidate.txt19 Framebuffer invalidate tests
28 + Framebuffer binding change after invalidate
Dfunctional.fbo.blit.txt19 Framebuffer blit tests
44 Framebuffer blit tests will create two framebuffers with configurations
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp353 class Framebuffer class
356Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fb…
357 ~Framebuffer (void);
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer() function in deqp::gles2::Functional::Framebuffer
476 Framebuffer::~Framebuffer (void) in ~Framebuffer()
484 void Framebuffer::checkCompleteness (void) in checkCompleteness()
493 void Framebuffer::createRbo (deUint32& name, GLenum format, int width, int height) in createRbo()
501 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer()
668 Framebuffer fbo(context, getConfig(), width, height); in render()
773 Framebuffer fbo(ctx, getConfig(), width, height); in render()
[all …]
Des2fFboCompletenessTests.cpp267 glu::Framebuffer fbo(m_ctx.getRenderContext()); in tryCombination()
/external/deqp/modules/glshared/
DglsFboUtil.hpp312 struct Framebuffer struct
326 class FboBuilder : public config::Framebuffer
391 void logFramebufferConfig (const config::Framebuffer& cfg, tcu::TestLog& log);
433 ValidStatusCodes validStatusCodes (const config::Framebuffer& cfg) const;
DglsFboUtil.cpp573 ValidStatusCodes FboVerifier::validStatusCodes (const Framebuffer& fboConfig) const in validStatusCodes()
646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att) in attach()
654 const Image* Framebuffer::getImage (GLenum type, glw::GLuint imgName) const in getImage()
668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) in setTexture()
673 void Framebuffer::setRbo (glw::GLuint rbName, const Renderbuffer& rbCfg) in setRbo()
732 void logFramebufferConfig (const Framebuffer& cfg, TestLog& log) in logFramebufferConfig()
DglsFboCompletenessTests.cpp40 using glu::Framebuffer;
458 static void logFormatInfo (const config::Framebuffer& fbo, const FormatDB& ctxFormats, const Format… in logFormatInfo()
615 glu::Framebuffer fbo (m_ctx.getRenderContext()); in iterate()
DglsScissorTests.cpp483 typedef de::MovePtr<glu::Framebuffer> FramebufferP;
506 m_fbo = FramebufferP(new glu::Framebuffer(gl)); in init()
614 const glu::Framebuffer fbo (gl); in iterate()
DglsLifetimeTests.cpp69 using glu::Framebuffer;
275 Framebuffer fbo(getRenderContext()); in initAttachment()
315 Framebuffer fbo(getRenderContext()); in drawAttachment()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp137 class Framebuffer class
140Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 f…
141 ~Framebuffer (void);
249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer() function in deqp::gles3::Functional::Framebuffer
317 Framebuffer::~Framebuffer (void) in ~Framebuffer()
324 void Framebuffer::checkCompleteness (void) in checkCompleteness()
333 deUint32 Framebuffer::createTex2D (deUint32 name, GLenum format, int width, int height) in createTex2D()
354 deUint32 Framebuffer::createRbo (deUint32 name, GLenum format, int width, int height) in createRbo()
365 void Framebuffer::destroyBuffer (deUint32 name, GLenum type) in destroyBuffer()
553 Framebuffer fbo(context, m_config, width, height); in render()
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.fbo.no_attachments.txt26 + Framebuffer completeness
40 Framebuffer completenss is tested trivially
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp529 glu::Framebuffer fbo (renderCtx); in iterate()
586 glu::Framebuffer fbo (renderCtx); in iterate()
672 glu::Framebuffer fbo (renderCtx); in iterate()
759 glu::Framebuffer fbo (renderCtx); in iterate()
817 glu::Framebuffer fbo (renderCtx); in iterate()
890 glu::Framebuffer fbo (renderCtx); in iterate()
952 glu::Framebuffer fbo (renderCtx); in iterate()
Des31fFramebufferDefaultStateQueryTests.cpp75 glu::Framebuffer fbo (m_context.getRenderContext()); in iterate()
Des31fShaderHelperInvocationTests.cpp215 glu::Framebuffer m_framebuffer;
217 glu::Framebuffer m_resolveFramebuffer;
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt41 + Framebuffer swap between query & render
80 Framebuffer swap cases use a trivial occlusion query but change the bound
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh122 glu::Framebuffer m_framebuffer;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1896 struct Framebuffer struct
1940 return getSafeObjectCount<Framebuffer>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2423 CaseDescription<Framebuffer> framebuffer;
2595 static const NamedParameters<Framebuffer> s_framebufferCases[] = in createObjectManagementTests()
2597 { "framebuffer", Framebuffer::Parameters() } in createObjectManagementTests()
2633 CASE_DESC(createSingleTest <Framebuffer>, s_framebufferCases), in createObjectManagementTests()
2662 CASE_DESC(createMultipleUniqueResourcesTest <Framebuffer>, s_framebufferCases), in createObjectManagementTests()
2691 CASE_DESC(createMultipleSharedResourcesTest <Framebuffer>, s_framebufferCases), in createObjectManagementTests()
2720 CASE_DESC(createMaxConcurrentTest <Framebuffer>, s_framebufferCases), in createObjectManagementTests()
2749 CASE_DESC(multithreadedCreatePerThreadDeviceTest <Framebuffer>, s_framebufferCases), in createObjectManagementTests()
[all …]
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer; typedef
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt31 + Framebuffer blits (GLES 3)
/external/mesa3d/docs/
DMESA_swap_control.spec62 and the Framebuffer)
/external/deqp/modules/egl/
DteglImageUtil.cpp59 using glu::Framebuffer;
480 Framebuffer fbo (gl); in createBuffer()
DteglImageFormatTests.cpp71 using glu::Framebuffer;
457 Framebuffer framebuffer (gl); in invokeGLES2()
584 Framebuffer framebuffer (gl); in invokeGLES2()
701 Framebuffer framebuffer (gl); in invokeGLES2()
799 glu::Framebuffer framebuffer (gl); in invokeGLES2()

12