Searched refs:_arraySize (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/upstream/skeleton-subsystem/ |
D | SkeletonSubsystemObject.cpp | 61 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CSkeletonSubsystemObject() 95 for (size_t index = 0; index < _arraySize; index++) { in sendToHW() 111 for (size_t index = 0; index < _arraySize; index++) { in receiveFromHW()
|
D | SkeletonSubsystemObject.h | 56 size_t _arraySize; variable
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystemObject.cpp | 53 _arraySize = pInstanceConfigurableElement->getFootPrint() / _scalarSize; in CTESTSubsystemObject() 99 for (size_t index = 0; index < _arraySize; index++) { in sendToFile() 128 for (size_t index = 0; index < _arraySize; index++) { in receiveFromFile()
|
D | TESTSubsystemObject.h | 57 size_t _arraySize; variable
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 267 UniformType(GLenum _enumType, int _arraySize = 0) in UniformType() argument 268 : enumType(_enumType), arraySize(_arraySize), isArray(_arraySize > 0), signedType(true) in UniformType() 288 …Type(UniformStructCounter& structCounter, std::vector<UniformType> _childTypes, int _arraySize = 0) in UniformType() argument 289 …: enumType(0), arraySize(_arraySize), childTypes(_childTypes), isArray(_arraySize > 0), signedType… in UniformType() 801 int _arraySize = 0, DefOccurence _defOccurence = DefOccurence::ALL_SH, bool _used = true) in SubroutineUniform() argument 804 , arraySize(_arraySize) in SubroutineUniform()
|