Searched refs:getVertexAttribPointer (Results 1 – 5 of 5) sorted by relevance
431 const void *getVertexAttribPointer(unsigned int attribNum) const;
902 const void *Context::getVertexAttribPointer(unsigned int attribNum) const in getVertexAttribPointer() function in es1::Context
525 const void *getVertexAttribPointer(unsigned int attribNum) const;
840 const void *Context::getVertexAttribPointer(unsigned int attribNum) const in getVertexAttribPointer() function in es2::Context
3776 *pointer = const_cast<GLvoid*>(context->getVertexAttribPointer(index)); in GetVertexAttribPointerv()