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

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

Completed in 54 milliseconds