HomeSort by relevance Sort by last modified time
    Searched refs:safeCoords (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 101 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction)
111 return safeCoords(raw, textureSize, Vec2(0.5f));
252 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 118 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction)
128 return safeCoords(raw, textureSize, Vec2(0.5f));
133 return safeCoords(raw, textureSize, Vec3(0.5f, 0.5f, 0.0f));
138 return safeCoords(raw, textureSize, Vec3(0.5f));
301 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f);
    [all...]

Completed in 54 milliseconds