Home
last modified time | relevance | path

Searched refs:setVertexAttribState (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h429 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
DContext.cpp891 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState() function in es1::Context
DlibGLES_CM.cpp652 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized != GL_FALS… in VertexAttribPointer()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h523 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
DlibGLESv3.cpp1848 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, false, true, stride, p… in VertexAttribIPointer()
DContext.cpp834 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum … in setVertexAttribState() function in es2::Context
DlibGLESv2.cpp5658 …context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized != GL_FALS… in VertexAttribPointer()