Searched refs:valSize (Results 1 – 4 of 4) sorted by relevance
279 size_t valSize = val.size(); in GetIntListByRef() local280 size_t valCount = std::max(GetIntListSize(), valSize); in GetIntListByRef()288 if (valList && valSize > 0) { in GetIntListByRef()289 for (size_t i = 0; i < valSize; ++i) { in GetIntListByRef()646 size_t valSize = val.size(); in GetPointListByRef() local647 size_t valCount = std::max(GetPointListSize(), valSize); in GetPointListByRef()655 if (valList && valSize > 0) { in GetPointListByRef()656 for (size_t i = 0; i < valSize; ++i) { in GetPointListByRef()864 size_t valSize = val.size(); in GetRefPtrLibraryListByRef() local865 size_t valCount = std::max(GetRefPtrLibraryListSize(), valSize); in GetRefPtrLibraryListByRef()[all …]
367 size_t valSize) { in checkOneUniform() argument372 SkASSERTF(uIter->sizeInBytes() == valSize, in checkOneUniform()374 name, uIter->sizeInBytes(), valSize); in checkOneUniform()
1426 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local1436 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()