Searched refs:valSize (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/test/ |
D | translator_test_ctocpp.cc | 279 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/node/deps/v8/src/base/platform/ |
D | platform-darwin.cc | 80 size_t valSize = sizeof(val); in AdjustSchedulingParams() local 81 int rc = sysctlbyname("kern.tcsm_available", &val, &valSize, NULL, 0); in AdjustSchedulingParams()
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.h | 373 size_t valSize) { in checkOneUniform() argument 378 SkASSERTF(uIter->sizeInBytes() == valSize, in checkOneUniform() 380 name, uIter->sizeInBytes(), valSize); in checkOneUniform()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1426 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/ |
D | es3fUniformApiTests.cpp | 1792 const int valSize = glu::getDataTypeScalarSize(uniform.type); in checkUniformDefaultValues() local 1802 for (int i = 0; i < valSize; i++) \ in checkUniformDefaultValues()
|