Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5048 tcu::projectToFace(face, packetTexcoords[0]), in sample4()
5049 tcu::projectToFace(face, packetTexcoords[1]), in sample4()
5050 tcu::projectToFace(face, packetTexcoords[2]), in sample4()
5051 tcu::projectToFace(face, packetTexcoords[3]), in sample4()
5272 tcu::projectToFace(face, cubeCoords[0]), in sample4()
5273 tcu::projectToFace(face, cubeCoords[1]), in sample4()
5274 tcu::projectToFace(face, cubeCoords[2]), in sample4()
5275 tcu::projectToFace(face, cubeCoords[3]), in sample4()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1074 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid()
1370 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
DtcuTexLookupVerifier.cpp1617 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
1969 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
2464 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
DtcuTexture.hpp404 Vec2 projectToFace (CubeFace face, const Vec3& coords);
DtcuTexture.cpp2279 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function
2312 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()