Home
last modified time | relevance | path

Searched refs:sizeIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanBarriersPerf.cpp68 void createTexture(uint32_t textureIndex, uint32_t sizeIndex, bool compressed);
69 void createFramebuffer(uint32_t fboIndex, uint32_t textureIndex, uint32_t sizeIndex);
164 uint32_t sizeIndex, in createTexture() argument
173 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, params.kImageSizes[sizeIndex], in createTexture()
174 params.kImageSizes[sizeIndex], 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in createTexture()
183 uint32_t sizeIndex) in createFramebuffer() argument
185 createTexture(textureIndex, sizeIndex, false); in createFramebuffer()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanBarriersPerf.cpp71 void createTexture(uint32_t textureIndex, uint32_t sizeIndex, bool compressed);
73 void createFramebuffer(uint32_t fboIndex, uint32_t textureIndex, uint32_t sizeIndex);
184 uint32_t sizeIndex, in createTexture() argument
193 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, params.kImageSizes[sizeIndex], in createTexture()
194 params.kImageSizes[sizeIndex], 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); in createTexture()
214 uint32_t sizeIndex) in createFramebuffer() argument
216 createTexture(textureIndex, sizeIndex, false); in createFramebuffer()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEblcTable.java262 int sizeIndex = 0; in generateLocaList() local
265 System.out.printf("size table = %d%n", sizeIndex++); in generateLocaList()
316 int sizeIndex = 0; in subDataSizeToSerialize() local
320 System.out.printf("sizeIndex = 0x%x, sizeBuilderSize = 0x%x%n", sizeIndex++, in subDataSizeToSerialize()
362 int sizeIndex = 0; in subSerialize() local
377 sizeIndex, sizeTableOffset, currentSubTableBlockStartOffset, indexSubTableOffset); in subSerialize()
378 sizeIndex++; in subSerialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEblcTable.java262 int sizeIndex = 0; in generateLocaList() local
265 System.out.printf("size table = %d%n", sizeIndex++); in generateLocaList()
316 int sizeIndex = 0; in subDataSizeToSerialize() local
320 System.out.printf("sizeIndex = 0x%x, sizeBuilderSize = 0x%x%n", sizeIndex++, in subDataSizeToSerialize()
362 int sizeIndex = 0; in subSerialize() local
377 sizeIndex, sizeTableOffset, currentSubTableBlockStartOffset, indexSubTableOffset); in subSerialize()
378 sizeIndex++; in subSerialize()
/third_party/skia/gm/
Dinversepaths.cpp99 for (size_t sizeIndex = 0; sizeIndex < SK_ARRAY_COUNT(pathSizes); variable
100 sizeIndex++) {
101 SkScalar size = pathSizes[sizeIndex];
/third_party/flutter/skia/gm/
Dinversepaths.cpp110 for (size_t sizeIndex = 0; sizeIndex < SK_ARRAY_COUNT(pathSizes); variable
111 sizeIndex++) {
112 SkScalar size = pathSizes[sizeIndex];
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp1245 auto sizeIndex = 3; in isValid() local
1246 auto size = module_.FindDef(inst->words[sizeIndex]); in isValid()
1269 DIAG(sizeIndex) << "OpCopyMemorySized Size <id> '" in isValid()
1270 << inst->words[sizeIndex] in isValid()
1280 DIAG(sizeIndex) << "OpCopyMemorySized Size <id> '" in isValid()
1281 << inst->words[sizeIndex] in isValid()
1287 DIAG(sizeIndex) << "OpCopyMemorySized Size <id> '" in isValid()
1288 << inst->words[sizeIndex] in isValid()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp1360 for (GLint sizeIndex = 0; sizeIndex < DE_LENGTH_OF_ARRAY(textureSizes); sizeIndex++) in init() local
1362 const TexSize& ts = textureSizes[sizeIndex]; in init()
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js3956 var sizeIndex;
3959 sizeIndex = 0; property
3961 sizeIndex = 1; property
3963 sizeIndex = 2; property
3966 if (!fontMetricsBySizeIndex[sizeIndex]) {
3967 var metrics = fontMetricsBySizeIndex[sizeIndex] = {
3968 cssEmPerMu: sigmasAndXis.quad[sizeIndex] / 18
3973 metrics[key] = sigmasAndXis[key][sizeIndex];
3978 return fontMetricsBySizeIndex[sizeIndex];
Dkatex.mjs3975 let sizeIndex;
3978 sizeIndex = 0;
3980 sizeIndex = 1;
3982 sizeIndex = 2;
3985 if (!fontMetricsBySizeIndex[sizeIndex]) {
3986 const metrics = fontMetricsBySizeIndex[sizeIndex] = {
3987 cssEmPerMu: sigmasAndXis.quad[sizeIndex] / 18
3992 metrics[key] = sigmasAndXis[key][sizeIndex];
3997 return fontMetricsBySizeIndex[sizeIndex];