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

  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 456 , m_componentCount (1)
536 m_componentCount = size;
569 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
575 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
586 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
604 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
610 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
621 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
762 std::vector<int> m_componentCount;
768 , m_componentCount (arrays.size()
    [all...]
glsDrawTest.cpp 901 int getComponentCount (void) const { return m_componentCount; }
918 int m_componentCount;
938 , m_componentCount (1)
    [all...]
glsVertexArrayTests.hpp 181 virtual int getComponentCount (void) const { return m_componentCount; }
207 int m_componentCount;

Completed in 66 milliseconds