Lines Matching refs:ImageFormat
439 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported()
444 static void logAffectingExtensions (const char* prefix, const FormatDB& db, const ImageFormat& form… in logAffectingExtensions()
481 std::set<ImageFormat> formats; in logFormatInfo()
492 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()
687 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat()
691 return ImageFormat::none(); in getDefaultFormat()
711 Image* makeImage (GLenum bufType, ImageFormat format, in makeImage()
734 Attachment* makeAttachment (GLenum bufType, ImageFormat format, in makeAttachment()
762 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
765 ImageFormat imgFmt = format; in attachTargetToNew()
773 static string formatName (ImageFormat format) in formatName()
787 static string formatDesc (ImageFormat format) in formatDesc()
804 ImageFormat format;
892 const ImageFormat format = *it; in makeDepthAndStencil()
901 attachTargetToNew(GL_STENCIL_ATTACHMENT, m_params.stencilKind, ImageFormat::none(), in makeDepthAndStencil()
903 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()
909 attachTargetToNew(GL_COLOR_ATTACHMENT0, m_params.color0Kind, ImageFormat::none(), in build()
924 ImageFormat::none(), 64, 64, builder); in build()
945 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
963 attachTargetToNew(GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, ImageFormat::none(), in build()
965 attachTargetToNew(GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, ImageFormat::none(), in build()