Lines Matching defs:FormatInfo
654 struct FormatInfo { struct
655 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
664 GrGLenum externalFormat(GrColorType surfaceColorType, GrColorType externalColorType, in externalFormat()
675 GrGLenum externalType(GrColorType surfaceColorType, GrColorType externalColorType) const { in externalType()
684 enum {
692 uint32_t fFlags = 0;
694 FormatType fFormatType = FormatType::kUnknown;
697 GrGLenum fCompressedInternalFormat = 0;
703 GrGLenum fInternalFormatForTexImageOrStorage = 0;
706 GrGLenum fInternalFormatForRenderbuffer = 0;
711 GrGLenum fDefaultExternalFormat = 0;
735 FormatInfo fFormatTable[kGrGLColorFormatCount]; argument