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

  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.cpp 41 m_vertexAttributes.push_back(v);
153 for (size_t ndx = 0; ndx < decl.m_vertexAttributes.size(); ++ndx)
155 this->rr::VertexShader::m_inputs[ndx].type = decl.m_vertexAttributes[ndx].type;
156 m_attributeNames[ndx] = decl.m_vertexAttributes[ndx].name;
sglrShaderProgram.hpp 162 inline size_t getVertexInputCount (void) const { return m_vertexAttributes.size(); }
171 std::vector<VertexAttribute> m_vertexAttributes;

Completed in 536 milliseconds