Home
last modified time | relevance | path

Searched refs:setVertexAttribi (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
Dcontext_private_call_gles.cpp349 privateState->setVertexAttribi(index, vals); in ContextPrivateVertexAttribI4i()
358 privateState->setVertexAttribi(index, values); in ContextPrivateVertexAttribI4iv()
DState.h557 void setVertexAttribi(GLuint index, const GLint values[4]);
DState.cpp1259 void PrivateState::setVertexAttribi(GLuint index, const GLint values[4]) in setVertexAttribi() function in gl::PrivateState