Searched defs:transf (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1143 float calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const;
1286 float Vertex2DArrayTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const argument
1293 const Vec2 trans00 = (transf * Vec3(0.0f, 0.0f, 1.0f)).xy();
1294 const Vec2 trans01 = (transf * Vec3(0.0f, 1.0f, 1.0f)).xy();
1295 const Vec2 trans10 = (transf * Vec3(1.0f, 0.0f, 1.0f)).xy();
1481 float calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const;
1626 float Vertex3DTextureCase::calculateLod (const Mat3& transf, const Vec2& dstSize, int textureNdx) const argument
1634 const Vec3 trans00 = transf * Vec3(0.0f, 0.0f, 1.0f);
1635 const Vec3 trans01 = transf * Vec3(0.0f, 1.0f, 1.0f);
1636 const Vec3 trans10 = transf * Vec
[all...]

Completed in 111 milliseconds