Home
last modified time | relevance | path

Searched refs:m_componentCount (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp456 , m_componentCount (1) in ContextArray()
536 m_componentCount = size; in bind()
569 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
575 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)(… in glBind()
586 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
604 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
610 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m… in glBind()
621 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in glBind()
762 std::vector<int> m_componentCount; member in deqp::gls::ContextShaderProgram
768 , m_componentCount (arrays.size()) in ContextShaderProgram()
[all …]
DglsDrawTest.cpp902 int getComponentCount (void) const { return m_componentCount; } in getComponentCount()
919 int m_componentCount; member in deqp::gls::__anon43398ad90111::AttributeArray
939 , m_componentCount (1) in AttributeArray()
998 m_componentCount = size; in setupArray()
1021 switch (m_componentCount) in bindAttribute()
1075 const int size = (m_bgraOrder) ? (GL_BGRA) : (m_componentCount); in bindAttribute()
1077 DE_ASSERT(!(m_bgraOrder && m_componentCount != 4)); in bindAttribute()
1086 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + … in bindAttribute()
1097 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in bindAttribute()
1136 std::vector<int> m_componentCount; member in deqp::gls::__anon43398ad90111::DrawTestShaderProgram
[all …]
DglsVertexArrayTests.hpp181 virtual int getComponentCount (void) const { return m_componentCount; } in getComponentCount()
207 int m_componentCount; member in deqp::gls::ContextArray