Searched refs:setVertexAttribFormatImpl (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexArray.cpp | 414 ANGLE_INLINE bool VertexArray::setVertexAttribFormatImpl(VertexAttribute *attrib, in setVertexAttribFormatImpl() function in gl::VertexArray 445 if (setVertexAttribFormatImpl(&attrib, size, type, normalized, pureInteger, relativeOffset)) in setVertexAttribFormat() 501 bool attribDirty = setVertexAttribFormatImpl(&attrib, size, type, normalized, pureInteger, 0); in setVertexAttribPointerImpl()
|
D | VertexArray.h | 339 bool setVertexAttribFormatImpl(VertexAttribute *attrib,
|