Searched refs:setVertexAttribState (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 429 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
|
D | Context.cpp | 891 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState() function in es1::Context
|
D | libGLES_CM.cpp | 652 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized != GL_FALS… in VertexAttribPointer()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 495 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
|
D | libGLESv3.cpp | 1850 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, false, true, stride, p… in VertexAttribIPointer()
|
D | Context.cpp | 849 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState() function in es2::Context
|
D | libGLESv2.cpp | 5623 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized != GL_FALS… in VertexAttribPointer()
|