Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2215 const tcu::IVec2 advanceNeighbor = tcu::IVec2(1, 1) - advance; in checkLineContinuity() local
2216 const tcu::IVec2 cursorNeighborPos = cursor + advanceNeighbor; in checkLineContinuity()
2217 const tcu::IVec2 cursorNeighborNeg = cursor - advanceNeighbor; in checkLineContinuity()