Home
last modified time | relevance | path

Searched full:typescount (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/sfnt/
DSkOTUtils.h49 int typesCount) in LocalizedStrings_NameTable()
50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable()
61 int typesCount);
DSkOTUtils.cpp169 int typesCount) in Make() argument
184 types, typesCount)); in Make()
/external/skia/src/sfnt/
DSkOTUtils.h49 int typesCount) in LocalizedStrings_NameTable()
50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable()
61 int typesCount);
DSkOTUtils.cpp182 int typesCount) in Make() argument
197 types, typesCount)); in Make()
/external/llvm-project/lld/test/COFF/Inputs/
Dprecomp2-a.yaml41 TypesCount: 3
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp1011 int typesCount; in getPixelType() local
1015 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in getPixelType()
1020 typesCount = DE_LENGTH_OF_ARRAY(coreTypes); in getPixelType()
1023 for (int i = 0; i < typesCount; i++) in getPixelType()
2038 int typesCount; in readPixels() local
2045 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in readPixels()
2052 typesCount = DE_LENGTH_OF_ARRAY(coreTypes); in readPixels()
2063 for (int n = 0; n < typesCount; ++n) in readPixels()
3509 int typesCount; in testAllFormatsAndTypes() local
3515 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in testAllFormatsAndTypes()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h934 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
939 uint32_t TypesCount = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h940 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount()
945 uint32_t TypesCount = 0; variable
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp599 IO.mapRequired("TypesCount", Record.TypesCount); in map()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp599 IO.mapRequired("TypesCount", Record.TypesCount); in map()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp585 P.TypesCount = 100; in TEST_F()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp510 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp700 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp699 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()