Searched refs:projectToFace (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 5034 tcu::projectToFace(face, packetTexcoords[0]), in sample4() 5035 tcu::projectToFace(face, packetTexcoords[1]), in sample4() 5036 tcu::projectToFace(face, packetTexcoords[2]), in sample4() 5037 tcu::projectToFace(face, packetTexcoords[3]), 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()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1095 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1397 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 1612 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 1964 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 2459 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
|
D | tcuTexture.hpp | 461 Vec2 projectToFace (CubeFace face, const Vec3& coords);
|
D | tcuTexture.cpp | 2031 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function 2064 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()
|