Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DInstancingPerf.cpp153 for (GLuint pointIndex = 0; pointIndex < mNumPoints; ++pointIndex) in initializeBenchmark() local
157 indexData.push_back(baseIndexData[indexIndex] + pointIndex * pointVertexStride); in initializeBenchmark()
183 for (GLuint pointIndex = 0; pointIndex < mNumPoints; ++pointIndex) in initializeBenchmark() local
281 for (size_t pointIndex = 0; pointIndex < mTranslateData.size(); ++pointIndex) in drawBenchmark() local
283 const Vector3 &translate = mTranslateData[pointIndex]; in drawBenchmark()
290 mSizeData[pointIndex] = scale; in drawBenchmark()
296 mColorData[pointIndex] = color; in drawBenchmark()
DPointSprites.cpp149 for (size_t pointIndex = 0; pointIndex < vertexPositions.size(); ++pointIndex) in initializeBenchmark() local
151 vertexPositions[pointIndex] = mRNG.randomNegativeOneToOne(); in initializeBenchmark()
/external/angle/src/tests/gl_tests/
DInstancingTest.cpp785 for (unsigned int pointIndex = 0u; pointIndex < pointsRendered + 1u; ++pointIndex) in TEST_P() local
787 GLint pointx = static_cast<GLint>((pointIndex * 0.125f + 0.5f) * getWindowWidth()); in TEST_P()
790 if (pointIndex < pointsRendered) in TEST_P()
792 GLuint pointColorIndex = (pointIndex * divisorToTry) / kColorDivisor; in TEST_P()
/external/dng_sdk/source/
Ddng_bad_pixels.cpp1031 uint32 pointIndex, in FixClusteredPixel() argument
1060 dng_point badPoint = fList->Point (pointIndex); in FixClusteredPixel()
1085 pointIndex)) in FixClusteredPixel()
1746 for (uint32 pointIndex = 0; pointIndex < pointCount; pointIndex++) in ProcessArea() local
1749 dng_point badPoint = fList->Point (pointIndex); in ProcessArea()
1757 bool isIsolated = fList->IsPointIsolated (pointIndex, in ProcessArea()
1776 pointIndex, in ProcessArea()
Ddng_bad_pixels.h294 uint32 pointIndex,
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java184 int pointIndex = (getNumberOfPoints(type) - 1) * 2; in getShapeEndPoint() local
185 point[0] = coords[pointIndex]; in getShapeEndPoint()
186 point[1] = coords[pointIndex + 1]; in getShapeEndPoint()
/external/skia/tests/
DPathOpsExtendedTest.cpp422 const int pointIndex[] = { 0, 1, 1, 1, 1, 0 }; in json_path_out() local
434 for (int i = pointIndex[verbIndex]; i < pointCount[verbIndex]; ++i) { in json_path_out()
DPathTest.cpp4518 int pointIndex = 0; in test_skbug_6947() local
4522 path.moveTo(points[pointIndex++]); in test_skbug_6947()
4525 path.lineTo(points[pointIndex++]); in test_skbug_6947()
/external/skqp/tests/
DPathOpsExtendedTest.cpp518 const int pointIndex[] = { 0, 1, 1, 1, 1, 0 }; in json_path_out() local
535 for (int i = pointIndex[verbIndex]; i < pointCount[verbIndex]; ++i) { in json_path_out()
DPathTest.cpp4504 int pointIndex = 0; in test_skbug_6947() local
4508 path.moveTo(points[pointIndex++]); in test_skbug_6947()
4511 path.lineTo(points[pointIndex++]); in test_skbug_6947()