HomeSort by relevance Sort by last modified time
    Searched refs:m_arraySize (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.cpp 54 , m_arraySize(0)
63 , m_arraySize(arraySize)
72 , m_arraySize(isUnique ? 0 : other.attributes().size())
142 for (unsigned i = 0; i < m_arraySize; ++i)
148 for (unsigned i = 0; i < m_arraySize; ++i)
161 for (unsigned i = 0; i < m_arraySize; ++i)
ElementData.h 92 unsigned m_arraySize : 28;
213 return AttributeCollection(m_attributeArray, m_arraySize);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 106 int getArraySize (void) const { return m_arraySize; }
113 int m_arraySize;
147 const int m_arraySize;
166 const int m_arraySize;
186 const int m_arraySize;
204 const int m_arraySize;
222 const int m_arraySize;
240 const int m_arraySize;
312 const int m_arraySize;
330 const int m_arraySize;
    [all...]
glsAttributeLocationTests.cpp 676 , m_arraySize (arraySize)
811 , m_arraySize (arraySize)
822 attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
836 , m_arraySize (arraySize)
844 const int arrayElementCount = (m_arraySize != Attribute::NOT_ARRAY ? m_arraySize : 1);
854 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
873 , m_arraySize (arraySize)
884 attributes.push_back(Attribute(m_type, "a_0", Attribute::LOC_UNDEF, Cond("A", true), m_arraySize));
900 , m_arraySize (arraySize
    [all...]
glsUniformBlockCase.hpp 189 bool isArray (void) const { return m_arraySize > 0; }
190 int getArraySize (void) const { return m_arraySize; }
195 void setArraySize (int arraySize) { m_arraySize = arraySize; }
207 int m_arraySize; //!< Array size or 0 if not interface block array.
glsUniformBlockCase.cpp 199 , m_arraySize (0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 135 , m_arraySize(0)
141 , m_arraySize(std::min(immutableArraySize, unsigned(MaxArraySize)))
146 unsigned m_arraySize : 28;
156 unsigned propertyCount() const { return m_arraySize; }
182 return reinterpret_cast<const StylePropertyMetadata*>(&reinterpret_cast<const char*>(&(this->m_storage))[m_arraySize * sizeof(RawPtrWillBeMember<CSSValue>)]);
274 return m_arraySize;
StylePropertySet.cpp 85 for (unsigned i = 0; i < m_arraySize; ++i) {
98 for (unsigned i = 0; i < m_arraySize; ++i)
108 for (int n = m_arraySize - 1 ; n >= 0; --n) {
122 for (unsigned i = 0; i < m_arraySize; i++)
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 91 bool isArray (void) const { return m_arraySize > 0; }
92 int getArraySize (void) const { return m_arraySize; }
112 int m_arraySize; //!< Array size or 0 if not interface block array.
es31fProgramInterfaceQueryTests.cpp 303 , m_arraySize (arraySize)
314 const int m_arraySize;
562 if (arrayElement->m_arraySize == ResourceDefinition::ArrayElement::DEFAULT_SIZE)
569 else if (arrayElement->m_arraySize == ResourceDefinition::ArrayElement::UNSIZED_ARRAY)
572 arraySize = arrayElement->m_arraySize;
    [all...]
es31fSSBOLayoutCase.cpp 114 , m_arraySize (-1)
124 m_arraySize = arraySize;
    [all...]

Completed in 400 milliseconds