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

  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 147 template<typename T, int Size> inline Vector<T, Size> mulVecScalar (const Vector<T, Size>& v, T s) { return v * s; };
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 182 template<typename T, int Size> inline Vector<T, Size> mulVecScalar (const Vector<T, Size>& v, T s) { return v * s; };
    [all...]

Completed in 2565 milliseconds