Home
last modified time | relevance | path

Searched refs:setVertexAttribFormat (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DVertexArray.h204 void setVertexAttribFormat(size_t attribIndex,
DVertexArray.cpp399 void VertexArray::setVertexAttribFormat(size_t attribIndex, in setVertexAttribFormat() function in gl::VertexArray
DState.h475 void setVertexAttribFormat(GLuint attribIndex,
DState.cpp1686 void State::setVertexAttribFormat(GLuint attribIndex, in setVertexAttribFormat() function in gl::State
1693 getVertexArray()->setVertexAttribFormat(attribIndex, size, type, normalized, pureInteger, in setVertexAttribFormat()
DContext.cpp4979 mState.setVertexAttribFormat(attribIndex, size, type, ConvertToBool(normalized), false, in vertexAttribFormat()
4989 mState.setVertexAttribFormat(attribIndex, size, type, false, true, relativeOffset); in vertexAttribIFormat()