Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5052 tcu::projectToFace(face, packetTexcoords[0]), in sample4()
5053 tcu::projectToFace(face, packetTexcoords[1]), in sample4()
5054 tcu::projectToFace(face, packetTexcoords[2]), in sample4()
5055 tcu::projectToFace(face, packetTexcoords[3]), in sample4()
5278 tcu::projectToFace(face, cubeCoords[0]), in sample4()
5279 tcu::projectToFace(face, cubeCoords[1]), in sample4()
5280 tcu::projectToFace(face, cubeCoords[2]), in sample4()
5281 tcu::projectToFace(face, cubeCoords[3]), in sample4()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1097 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid()
1399 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
DtcuTexLookupVerifier.cpp1765 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
2117 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
2638 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
DtcuTexture.hpp517 Vec2 projectToFace (CubeFace face, const Vec3& coords);
DtcuTexture.cpp2761 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function
2794 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()