Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlCaps.mm536 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 …]
DGrMtlCaps.h172 FormatInfo fFormatTable[kNumMtlFormats]; variable
176 return fFormatTable[index]; in getFormatInfo()
/external/skia/src/gpu/gl/
DGrGLCaps.h735 FormatInfo fFormatTable[kGrGLColorFormatCount]; variable
737 FormatInfo& getFormatInfo(GrGLFormat format) { return fFormatTable[static_cast<int>(format)]; } in getFormatInfo()
739 return fFormatTable[static_cast<int>(format)]; in getFormatInfo()
DGrGLCaps.cpp1190 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 …]
/external/skia/src/gpu/d3d/
DGrD3DCaps.h196 FormatInfo fFormatTable[kNumDxgiFormats]; variable
DGrD3DCaps.cpp303 const auto& formatInfo = fFormatTable[i]; in setColorType()
341 return fFormatTable[i]; in getFormatInfo()
/external/skia/src/gpu/vk/
DGrVkCaps.h361 FormatInfo fFormatTable[kNumVkFormats]; variable
DGrVkCaps.cpp792 const auto& formatInfo = fFormatTable[i]; in setColorType()
830 return fFormatTable[i]; in getFormatInfo()