Lines Matching refs:std
194 void computeQuadTexCoord1D (std::vector<float>& dst, float left, float right);
195 void computeQuadTexCoord1DArray (std::vector<float>& dst, int layerNdx, float left, float right);
196 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
197 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::IVec2& bottomLeft, const tcu::IVec2& topRight);
198 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
199 void computeQuadTexCoord3D (std::vector<float>& dst, const tcu::Vec3& p0, const tcu::Vec3& p1, const tcu::IVec3& dirSwz);
200 void computeQuadTexCoordCube (std::vector<float>& dst, tcu::CubeFace face);
201 void computeQuadTexCoordCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight);
202 void computeQuadTexCoordCubeArray (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& layerRange);
437 std::ostream& operator<< (std::ostream& str, const LogGradientFmt& fmt);