Searched refs:setVertexAttribFormat (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexArray.h | 204 void setVertexAttribFormat(size_t attribIndex,
|
D | VertexArray.cpp | 399 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat() function in gl::VertexArray
|
D | State.h | 475 void setVertexAttribFormat(GLuint attribIndex,
|
D | State.cpp | 1686 void State::setVertexAttribFormat(GLuint attribIndex, in setVertexAttribFormat() function in gl::State 1693 getVertexArray()->setVertexAttribFormat(attribIndex, size, type, normalized, pureInteger, in setVertexAttribFormat()
|
D | Context.cpp | 4979 mState.setVertexAttribFormat(attribIndex, size, type, ConvertToBool(normalized), false, in vertexAttribFormat() 4989 mState.setVertexAttribFormat(attribIndex, size, type, false, true, relativeOffset); in vertexAttribIFormat()
|