Home
last modified time | relevance | path

Searched refs:attPoint (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFboUtil.cpp433 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
649 attachments.erase(attPoint); in attach()
651 attachments[attPoint] = att; in attach()
962 void FboBuilder::glAttach (GLenum attPoint, const Attachment* att) in glAttach() argument
967 attachAttachment(*att, attPoint, m_gl); in glAttach()
[all …]
H A DglsFboUtil.hpp266 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,
H A DglsFboCompletenessTests.cpp687 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat() argument
696 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat()
701 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat()
802 GLenum attPoint; member
825 attachTargetToNew(m_params.attPoint, m_params.bufType, m_params.format, 64, 64, builder); in build()
982 GLenum attPoint; in createRenderableTests() member
1004 const RenderableParams params = { it->attPoint, GL_RENDERBUFFER, *it2 }; in createRenderableTests()
1011 const RenderableParams params = { it->attPoint, GL_TEXTURE, *it2 }; in createRenderableTests()
H A DglsFboCompletenessTests.hpp102 ImageFormat getDefaultFormat (GLenum attPoint, GLenum bufType) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp182 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp234 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()