Searched refs:projectToFace (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 5048 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/ |
D | tcuTexCompareVerifier.cpp | 1074 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1370 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 1617 …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()
|
D | tcuTexture.hpp | 404 Vec2 projectToFace (CubeFace face, const Vec3& coords);
|
D | tcuTexture.cpp | 2279 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function 2312 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()
|