Searched refs:setVertexAttribPointerImpl (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexArray.cpp | 484 ANGLE_INLINE void VertexArray::setVertexAttribPointerImpl(const Context *context, in setVertexAttribPointerImpl() function in gl::VertexArray 554 setVertexAttribPointerImpl(context, ComponentType::Float, false, attribIndex, boundBuffer, size, in setVertexAttribPointer() 567 setVertexAttribPointerImpl(context, componentType, true, attribIndex, boundBuffer, size, type, in setVertexAttribIPointer()
|
D | VertexArray.h | 327 void setVertexAttribPointerImpl(const Context *context,
|