Searched refs:fFormatTable (Results 1 – 8 of 8) sorted by relevance
536 const auto& formatInfo = fFormatTable[i];583 info = &fFormatTable[GetFormatIndex(MTLPixelFormatR8Unorm)];607 info = &fFormatTable[GetFormatIndex(MTLPixelFormatA8Unorm)];623 info = &fFormatTable[GetFormatIndex(MTLPixelFormatB5G6R5Unorm)];638 info = &fFormatTable[GetFormatIndex(MTLPixelFormatABGR4Unorm)];654 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm)];676 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRG8Unorm)];691 info = &fFormatTable[GetFormatIndex(MTLPixelFormatBGRA8Unorm)];706 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm_sRGB)];721 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGB10A2Unorm)];[all …]
172 FormatInfo fFormatTable[kNumMtlFormats]; variable176 return fFormatTable[index]; in getFormatInfo()
735 FormatInfo fFormatTable[kGrGLColorFormatCount]; variable737 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()739 return fFormatTable[static_cast<int>(format)]; in getFormatInfo()
1190 writer->appendHexU32("flags", fFormatTable[i].fFlags); in onDumpJSON()1191 writer->appendHexU32("f_type", (uint32_t)fFormatTable[i].fFormatType); in onDumpJSON()1192 writer->appendHexU32("c_internal", fFormatTable[i].fCompressedInternalFormat); in onDumpJSON()1193 writer->appendHexU32("i_for_teximage", fFormatTable[i].fInternalFormatForTexImageOrStorage); in onDumpJSON()1194 writer->appendHexU32("i_for_renderbuffer", fFormatTable[i].fInternalFormatForRenderbuffer); in onDumpJSON()1195 writer->appendHexU32("default_ex_format", fFormatTable[i].fDefaultExternalFormat); in onDumpJSON()1196 writer->appendHexU32("default_ex_type", fFormatTable[i].fDefaultExternalType); in onDumpJSON()1197 writer->appendHexU32("default_color_type", (uint32_t)fFormatTable[i].fDefaultColorType); in onDumpJSON()1200 for (int j = 0; j < fFormatTable[i].fColorTypeInfoCount; ++j) { in onDumpJSON()1201 const auto& ctInfo = fFormatTable[i].fColorTypeInfos[j]; in onDumpJSON()[all …]
196 FormatInfo fFormatTable[kNumDxgiFormats]; variable
303 const auto& formatInfo = fFormatTable[i]; in setColorType()341 return fFormatTable[i]; in getFormatInfo()
361 FormatInfo fFormatTable[kNumVkFormats]; variable
792 const auto& formatInfo = fFormatTable[i]; in setColorType()830 return fFormatTable[i]; in getFormatInfo()