Lines Matching refs:ImageFormat
440 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported()
445 static void logAffectingExtensions (const char* prefix, const FormatDB& db, const ImageFormat& form… in logAffectingExtensions()
482 std::set<ImageFormat> formats; in logFormatInfo()
493 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()
688 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat()
692 return ImageFormat::none(); in getDefaultFormat()
712 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage()
735 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment()
763 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
766 ImageFormat imgFmt = format; in attachTargetToNew()
774 static string formatName (ImageFormat format) in formatName()
788 static string formatDesc (ImageFormat format) in formatDesc()
805 ImageFormat format;
893 const ImageFormat format = *it; in makeDepthAndStencil()
902 attachTargetToNew(GL_STENCIL_ATTACHMENT, m_params.stencilKind, ImageFormat::none(), in makeDepthAndStencil()
904 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()
910 attachTargetToNew(GL_COLOR_ATTACHMENT0, m_params.color0Kind, ImageFormat::none(), in build()
925 ImageFormat::none(), 64, 64, builder); in build()
946 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
964 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
966 attachTargetToNew(GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, ImageFormat::none(), in build()