Searched refs:fFormatTable (Results 1 – 8 of 8) sorted by relevance
578 const auto& formatInfo = fFormatTable[i];625 info = &fFormatTable[GetFormatIndex(MTLPixelFormatR8Unorm)];649 info = &fFormatTable[GetFormatIndex(MTLPixelFormatA8Unorm)];665 info = &fFormatTable[GetFormatIndex(MTLPixelFormatB5G6R5Unorm)];680 info = &fFormatTable[GetFormatIndex(MTLPixelFormatABGR4Unorm)];696 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm)];718 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRG8Unorm)];733 info = &fFormatTable[GetFormatIndex(MTLPixelFormatBGRA8Unorm)];748 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm_sRGB)];763 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGB10A2Unorm)];[all …]
178 FormatInfo fFormatTable[kNumMtlFormats]; variable182 return fFormatTable[index]; in getFormatInfo()
770 FormatInfo fFormatTable[kGrGLColorFormatCount]; variable772 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()774 return fFormatTable[static_cast<int>(format)]; in getFormatInfo()
1248 writer->appendHexU32("flags", fFormatTable[i].fFlags); in onDumpJSON()1249 writer->appendHexU32("f_type", (uint32_t)fFormatTable[i].fFormatType); in onDumpJSON()1250 writer->appendHexU32("c_internal", fFormatTable[i].fCompressedInternalFormat); in onDumpJSON()1251 writer->appendHexU32("i_for_teximage", fFormatTable[i].fInternalFormatForTexImageOrStorage); in onDumpJSON()1252 writer->appendHexU32("i_for_renderbuffer", fFormatTable[i].fInternalFormatForRenderbuffer); in onDumpJSON()1253 writer->appendHexU32("default_ex_format", fFormatTable[i].fDefaultExternalFormat); in onDumpJSON()1254 writer->appendHexU32("default_ex_type", fFormatTable[i].fDefaultExternalType); in onDumpJSON()1255 writer->appendHexU32("default_color_type", (uint32_t)fFormatTable[i].fDefaultColorType); in onDumpJSON()1258 for (int j = 0; j < fFormatTable[i].fColorTypeInfoCount; ++j) { in onDumpJSON()1259 const auto& ctInfo = fFormatTable[i].fColorTypeInfos[j]; in onDumpJSON()[all …]
200 FormatInfo fFormatTable[kNumDxgiFormats]; variable
308 const auto& formatInfo = fFormatTable[i]; in setColorType()346 return fFormatTable[i]; in getFormatInfo()
375 FormatInfo fFormatTable[kNumVkFormats]; variable
806 const auto& formatInfo = fFormatTable[i]; in setColorType()844 return fFormatTable[i]; in getFormatInfo()