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

  /external/deqp/modules/gles31/functional/
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.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.
  /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...]
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.

Completed in 317 milliseconds