Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp79 float VectorLength(const TConstantUnion *paramArray, size_t paramArraySize) in VectorLength() argument
82 for (size_t i = 0; i < paramArraySize; i++) in VectorLength()
92 size_t paramArraySize) in VectorDotProduct() argument
95 for (size_t i = 0; i < paramArraySize; i++) in VectorDotProduct()