Searched defs:pointData (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationGeometryInteractionTests.cpp | 504 static const tcu::Vec4 pointData[] = local 514 gl.bufferData(GL_ARRAY_BUFFER, sizeof(pointData), pointData, GL_STATIC_DRAW);
|
/external/skia/src/core/ |
H A D | SkDraw.cpp | 608 SkPathEffect::PointData pointData; local 616 if (paint.getPathEffect()->asPoints(&pointData, path, rec, 624 if (!pointData.fFirst.isEmpty()) { 626 device->drawPath(pointData.fFirst, newP); 628 this->drawPath(pointData.fFirst, newP); 632 if (!pointData.fLast.isEmpty()) { 634 device->drawPath(pointData.fLast, newP); 636 this->drawPath(pointData.fLast, newP); 640 if (pointData.fSize.fX == pointData [all...] |
Completed in 800 milliseconds