Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5247 const tcu::Vec3 cubeCoords[4] = in sample4() local
5257 const tcu::CubeFace face = tcu::selectCubeFace(cubeCoords[fragNdx]); in sample4()
5260 tcu::projectToFace(face, cubeCoords[0]), in sample4()
5261 tcu::projectToFace(face, cubeCoords[1]), in sample4()
5262 tcu::projectToFace(face, cubeCoords[2]), in sample4()
5263 tcu::projectToFace(face, cubeCoords[3]), in sample4()