Home
last modified time | relevance | path

Searched refs:indexKey (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp338 GrUniqueKey vertexKey, indexKey; in drawNonVolatile() local
340 GrUniqueKey::Builder indexKeyBuilder(&indexKey, kDomain, 2); in drawNonVolatile()
350 this->isIndexed() ? rp->findByUniqueKey<GrGpuBuffer>(indexKey) : nullptr; in drawNonVolatile()
396 rp->assignUniqueKeyToResource(indexKey, indexBuffer.get()); in drawNonVolatile()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp997 size_t indexKey = static_cast<size_t>(gl::log2(sampleCount)); in GetSamplePosition() local
998 ASSERT(indexKey < kSamplePositions.size() && in GetSamplePosition()
999 (2 * index + 1) < kSamplePositions[indexKey].size()); in GetSamplePosition()
1001 xy[0] = kSamplePositions[indexKey][2 * index]; in GetSamplePosition()
1002 xy[1] = kSamplePositions[indexKey][2 * index + 1]; in GetSamplePosition()
/third_party/node/lib/internal/console/
Dconstructor.js591 ArrayPrototypeUnshift(keys, indexKey);
657 const indexKey = '(index)'; constant
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp421 size_t indexKey = static_cast<size_t>(ceil(log2(sampleCount))); in TEST_P() local
432 EXPECT_EQ(samplePosition[0], kSamplePositions[indexKey][2 * sampleIndex]); in TEST_P()
433 EXPECT_EQ(samplePosition[1], kSamplePositions[indexKey][2 * sampleIndex + 1]); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1706 size_t indexKey = static_cast<size_t>(ceil(log2(sampleCount))); in GetSamplePosition() local
1707 ASSERT(indexKey < kSamplePositions.size() && in GetSamplePosition()
1708 (2 * index + 1) < kSamplePositions[indexKey].size()); in GetSamplePosition()
1710 xy[0] = kSamplePositions[indexKey][2 * index]; in GetSamplePosition()
1711 xy[1] = kSamplePositions[indexKey][2 * index + 1]; in GetSamplePosition()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureMultisampleTest.cpp425 size_t indexKey = static_cast<size_t>(ceil(log2(sampleCount))); in TEST_P() local
436 EXPECT_EQ(samplePosition[0], kSamplePositions[indexKey][2 * sampleIndex]); in TEST_P()
437 EXPECT_EQ(samplePosition[1], kSamplePositions[indexKey][2 * sampleIndex + 1]); in TEST_P()