Home
last modified time | relevance | path

Searched refs:pointPos (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp2488 bool verifyWidePointAt (const tcu::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodCounter);
2489 tcu::IVec2 scanPointWidthAt (const tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const;
3171 const tcu::IVec2 pointPos = tcu::IVec2(deRoundFloatToInt32((refPoint.center.x()*0.5f + 0.5f) * (float)viewport.getWidth()),
3176 if (pointPos.x() >= verificationArea.x() &&
3177 pointPos.y() >= verificationArea.y() &&
3178 pointPos.x() < verificationArea.z() &&
3179 pointPos.y() < verificationArea.w())
3181 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx])
3182 return verifyWidePointAt(pointPos, viewpor
[all...]
/third_party/mesa3d/src/util/
H A Dxmlconfig.c152 int nDigits = 0, pointPos, exponent; in strToF() local
170 pointPos = nDigits; in strToF()
196 scale = sign * (float)pow(10.0, (double)(pointPos-1 + exponent)); in strToF()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 98 milliseconds