HomeSort by relevance Sort by last modified time
    Searched defs:attPoint (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
686 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) |
691 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) |
792 GLenum attPoint;
815 attachTargetToNew(m_params.attPoint, m_params.bufType, m_params.format, 64, 64, builder);
971 static const struct AttPoint {
972 GLenum attPoint;
987 for (const AttPoint* it = DE_ARRAY_BEGIN(attPoints); it != DE_ARRAY_END(attPoints); it++)
994 const RenderableParams params = { it->attPoint, GL_RENDERBUFFER, *it2 };
1001 const RenderableParams params = { it->attPoint, GL_TEXTURE, *it2 }
    [all...]
glsFboUtil.cpp 428 static void attachAttachment (const Attachment& att, GLenum attPoint,
433 gl.framebufferRenderbuffer(rAtt->target, attPoint,
437 gl.framebufferTexture2D(fAtt->target, attPoint,
441 gl.framebufferTextureLayer(lAtt->target, attPoint,
471 GLenum attPoint, const Image* image,
507 if ((flags & getAttachmentRenderabilityFlag(attPoint)) == 0)
634 const GLenum attPoint = it->first;
638 checkAttachmentCompleteness(*cctx, att, attPoint, image, m_formats);
646 void Framebuffer::attach (glw::GLenum attPoint, const Attachment* att)
649 attachments.erase(attPoint);
    [all...]

Completed in 77 milliseconds