Home | History | Annotate | Download | only in glshared

Lines Matching defs:bufType

677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
679 if (bufType == GL_NONE)
687 formatFlag(bufType));
692 formatFlag(bufType));
701 Image* makeImage (GLenum bufType, ImageFormat format,
705 switch (bufType)
724 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
727 Image* const imgCfg = makeImage (bufType, format, width, height, builder);
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
757 imgFmt = getDefaultFormat(target, bufType);
759 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder);
793 GLenum bufType;
815 attachTargetToNew(m_params.attPoint, m_params.bufType, m_params.format, 64, 64, builder);
819 string attTypeName (GLenum bufType)
821 switch (bufType)