/external/clang/test/SemaObjCXX/ |
D | instantiate-property-access.mm | 19 template <typename> class Framebuffer { 22 Framebuffer(); 25 template <typename T> Framebuffer<T>::Framebuffer() { function 34 Framebuffer<int>();
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 119 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 …]
|
D | sglrReferenceContext.hpp | 326 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/ |
D | functional.fbo.invalidate.txt | 19 Framebuffer invalidate tests 28 + Framebuffer binding change after invalidate
|
D | functional.fbo.blit.txt | 19 Framebuffer blit tests 44 Framebuffer blit tests will create two framebuffers with configurations
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 353 class Framebuffer class 356 …Framebuffer (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 …]
|
D | es2fFboCompletenessTests.cpp | 267 glu::Framebuffer fbo(m_ctx.getRenderContext()); in tryCombination()
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.hpp | 312 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;
|
D | glsFboUtil.cpp | 573 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()
|
D | glsFboCompletenessTests.cpp | 40 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()
|
D | glsScissorTests.cpp | 483 typedef de::MovePtr<glu::Framebuffer> FramebufferP; 506 m_fbo = FramebufferP(new glu::Framebuffer(gl)); in init() 614 const glu::Framebuffer fbo (gl); in iterate()
|
D | glsLifetimeTests.cpp | 69 using glu::Framebuffer; 275 Framebuffer fbo(getRenderContext()); in initAttachment() 315 Framebuffer fbo(getRenderContext()); in drawAttachment()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 137 class Framebuffer class 140 …Framebuffer (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/ |
D | functional.fbo.no_attachments.txt | 26 + Framebuffer completeness 40 Framebuffer completenss is tested trivially
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 529 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()
|
D | es31fFramebufferDefaultStateQueryTests.cpp | 75 glu::Framebuffer fbo (m_context.getRenderContext()); in iterate()
|
D | es31fShaderHelperInvocationTests.cpp | 215 glu::Framebuffer m_framebuffer; 217 glu::Framebuffer m_resolveFramebuffer;
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 41 + Framebuffer swap between query & render 80 Framebuffer swap cases use a trivial occlusion query but change the bound
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.hh | 122 glu::Framebuffer m_framebuffer;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1896 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/ |
D | gluObjectWrapper.hpp | 135 typedef TypedObjectWrapper<OBJECTTYPE_FRAMEBUFFER> Framebuffer; typedef
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 31 + Framebuffer blits (GLES 3)
|
/external/mesa3d/docs/ |
D | MESA_swap_control.spec | 62 and the Framebuffer)
|
/external/deqp/modules/egl/ |
D | teglImageUtil.cpp | 59 using glu::Framebuffer; 480 Framebuffer fbo (gl); in createBuffer()
|
D | teglImageFormatTests.cpp | 71 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()
|