Home
last modified time | relevance | path

Searched refs:fFormatTable (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm578 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 …]
DGrMtlCaps.h178 FormatInfo fFormatTable[kNumMtlFormats]; variable
182 return fFormatTable[index]; in getFormatInfo()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h770 FormatInfo fFormatTable[kGrGLColorFormatCount]; variable
772 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()
774 return fFormatTable[static_cast<int>(format)]; in getFormatInfo()
DGrGLCaps.cpp1248 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 …]
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h200 FormatInfo fFormatTable[kNumDxgiFormats]; variable
DGrD3DCaps.cpp308 const auto& formatInfo = fFormatTable[i]; in setColorType()
346 return fFormatTable[i]; in getFormatInfo()
/third_party/skia/src/gpu/vk/
DGrVkCaps.h375 FormatInfo fFormatTable[kNumVkFormats]; variable
DGrVkCaps.cpp806 const auto& formatInfo = fFormatTable[i]; in setColorType()
844 return fFormatTable[i]; in getFormatInfo()