Lines Matching refs:ImageFormat
429 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported()
434 static void logAffectingExtensions (const char* prefix, const FormatDB& db, const ImageFormat& form… in logAffectingExtensions()
471 std::set<ImageFormat> formats; in logFormatInfo()
482 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()
677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat()
681 return ImageFormat::none(); in getDefaultFormat()
701 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage()
724 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment()
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
755 ImageFormat imgFmt = format; in attachTargetToNew()
763 static string formatName (ImageFormat format) in formatName()
777 static string formatDesc (ImageFormat format) in formatDesc()
794 ImageFormat format;
882 const ImageFormat format = *it; in makeDepthAndStencil()
891 attachTargetToNew(GL_STENCIL_ATTACHMENT, m_params.stencilKind, ImageFormat::none(), in makeDepthAndStencil()
893 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()
899 attachTargetToNew(GL_COLOR_ATTACHMENT0, m_params.color0Kind, ImageFormat::none(), in build()
914 ImageFormat::none(), 64, 64, builder); in build()
935 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
953 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
955 attachTargetToNew(GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, ImageFormat::none(), in build()