Searched refs:bindVertexBufferImpl (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | VertexArray.cpp | 299 bool VertexArray::bindVertexBufferImpl(const Context *context, in bindVertexBufferImpl() function in gl::VertexArray 369 if (bindVertexBufferImpl(context, bindingIndex, boundBuffer, offset, stride)) in bindVertexBuffer() 530 bindVertexBufferImpl(context, attribIndex, boundBuffer, offset, effectiveStride); in setVertexAttribPointerImpl()
|
D | VertexArray.h | 345 bool bindVertexBufferImpl(const Context *context,
|