OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addVecScalar
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
145
template<typename T, int Size> inline Vector<T, Size>
addVecScalar
(const Vector<T, Size>& v, T s) { return v + s; };
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
180
template<typename T, int Size> inline Vector<T, Size>
addVecScalar
(const Vector<T, Size>& v, T s) { return v + s; };
[
all
...]
Completed in 774 milliseconds