Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp61 _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()
DSkeletonSubsystemObject.h56 size_t _arraySize; variable
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystemObject.cpp53 _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()
DTESTSubsystemObject.h57 size_t _arraySize; variable
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp267 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()