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
522 const VertexAttribute &getVertexAttribState(unsigned int attribNum) const;
1866 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIiv()1922 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribIuiv()
3664 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribfv()3717 const es2::VertexAttribute &attribState = context->getVertexAttribState(index); in GetVertexAttribiv()
829 const VertexAttribute &Context::getVertexAttribState(unsigned int attribNum) const in getVertexAttribState() function in es2::Context