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

  /external/swiftshader/src/Shader/
ShaderCore.hpp 40 class Vector4f
43 Vector4f();
44 Vector4f(float x, float y, float z, float w);
45 Vector4f(const Vector4f &rhs);
48 Vector4f &operator=(const Vector4f &rhs);
80 Float4 dot2(const Vector4f &v0, const Vector4f &v1);
81 Float4 dot3(const Vector4f &v0, const Vector4f &v1)
    [all...]
ShaderCore.cpp 72 Vector4f::Vector4f()
76 Vector4f::Vector4f(float x, float y, float z, float w)
84 Vector4f::Vector4f(const Vector4f &rhs)
92 Vector4f &Vector4f::operator=(const Vector4f &rhs
    [all...]

Completed in 75 milliseconds