Searched refs:pointPos (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 2488 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 D | xmlconfig.c | 152 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 D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
Completed in 136 milliseconds