Home
last modified time | relevance | path

Searched refs:v_x (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Renderer/
DVector.hpp30 Vector(float v_x, float v_y, float v_z);
116 inline Vector::Vector(float v_x, float v_y, float v_z) in Vector() argument
118 x = v_x; in Vector()