Searched defs:pureInteger (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp835 bool normalized, bool pureInteger, GLsizei stride, const void *pointer)
837 getCurrentVertexArray()->setAttributeState(attribNum, boundBuffer, size, type, normalized, pureInteger, stride, pointer);
834 setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type, bool normalized, bool pureInteger, GLsizei stride, const void *pointer) argument

Completed in 225 milliseconds