Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.cc279 size_t valSize = val.size(); in GetIntListByRef() local
280 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() local
647 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() local
865 size_t valCount = std::max(GetRefPtrLibraryListSize(), valSize); in GetRefPtrLibraryListByRef()
[all …]
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h367 size_t valSize) { in checkOneUniform() argument
372 SkASSERTF(uIter->sizeInBytes() == valSize, in checkOneUniform()
374 name, uIter->sizeInBytes(), valSize); in checkOneUniform()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp1426 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1436 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformApiTests.cpp1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local
1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()