Searched refs:attPoint (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboUtil.cpp | 428 static void attachAttachment (const Attachment& att, GLenum attPoint, in attachAttachment() argument 433 gl.framebufferRenderbuffer(rAtt->target, attPoint, in attachAttachment() 437 gl.framebufferTexture2D(fAtt->target, attPoint, in attachAttachment() 441 gl.framebufferTextureLayer(lAtt->target, attPoint, in attachAttachment() 471 GLenum attPoint, const Image* image, in checkAttachmentCompleteness() argument 507 if ((flags & getAttachmentRenderabilityFlag(attPoint)) == 0) in checkAttachmentCompleteness() 634 const GLenum attPoint = it->first; in validStatusCodes() local 638 checkAttachmentCompleteness(*cctx, att, attPoint, image, m_formats); in validStatusCodes() 646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att) in attach() argument 649 attachments.erase(attPoint); in attach() [all …]
|
D | glsFboUtil.hpp | 266 bool isComplete (glw::GLenum attPoint, const Image* image, 318 void attach (glw::GLenum attPoint, const Attachment* att); 329 void glAttach (glw::GLenum attPoint, 406 virtual void check (glw::GLenum attPoint,
|
D | glsFboCompletenessTests.cpp | 688 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() argument 697 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 702 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 803 GLenum attPoint; member 826 attachTargetToNew(m_params.attPoint, m_params.bufType, m_params.format, 64, 64, builder); in build() 983 GLenum attPoint; in createRenderableTests() member 1005 const RenderableParams params = { it->attPoint, GL_RENDERBUFFER, *it2 }; in createRenderableTests() 1012 const RenderableParams params = { it->attPoint, GL_TEXTURE, *it2 }; in createRenderableTests()
|
D | glsFboCompletenessTests.hpp | 102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 182 void check (GLenum attPoint, const Attachment& att, const Image* image); 193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check() argument 228 if (attPoint == GL_DEPTH_ATTACHMENT || attPoint == GL_STENCIL_ATTACHMENT) in check()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 234 void check (GLenum attPoint, const Attachment& att, 248 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) in check() argument 250 DE_UNREF(attPoint); in check()
|