Home
last modified time | relevance | path

Searched refs:getVertexAttribPointer (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h431 const void *getVertexAttribPointer(unsigned int attribNum) const;
DContext.cpp902 const void *Context::getVertexAttribPointer(unsigned int attribNum) const in getVertexAttribPointer() function in es1::Context
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h525 const void *getVertexAttribPointer(unsigned int attribNum) const;
DContext.cpp840 const void *Context::getVertexAttribPointer(unsigned int attribNum) const in getVertexAttribPointer() function in es2::Context
DlibGLESv2.cpp3776 *pointer = const_cast<GLvoid*>(context->getVertexAttribPointer(index)); in GetVertexAttribPointerv()