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::__anond14e03d00111::AttributeArray
939 , m_componentCount (1) in AttributeArray()
1016 m_componentCount = size; in setupArray()
1039 switch (m_componentCount) in bindAttribute()
1093 const int size = (m_bgraOrder) ? (GL_BGRA) : (m_componentCount); in bindAttribute()
1095 DE_ASSERT(!(m_bgraOrder && m_componentCount != 4)); in bindAttribute()
1104 …m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + … in bindAttribute()
1115 …m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride… in bindAttribute()
1154 std::vector<int> m_componentCount; member in deqp::gls::__anond14e03d00111::DrawTestShaderProgram
[all …]
DglsVertexArrayTests.hpp180 virtual int getComponentCount (void) const { return m_componentCount; } in getComponentCount()
206 int m_componentCount; member in deqp::gls::ContextArray