Searched refs:getVertexAttribState (Results 1 – 6 of 6) sorted by relevance
428 const VertexAttribute &getVertexAttribState(unsigned int attribNum);
886 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) in getVertexAttribState() function in es1::Context
494 const VertexAttribute &getVertexAttribState(unsigned int attribNum) const;
1868 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIiv()1924 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIuiv()
3643 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribfv()3696 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribiv()
844 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) const in getVertexAttribState() function in es2::Context