Searched refs:bindVertexBufferImpl (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexArray.cpp | 317 bool VertexArray::bindVertexBufferImpl(const Context *context, in bindVertexBufferImpl() function in gl::VertexArray 394 if (bindVertexBufferImpl(context, bindingIndex, boundBuffer, offset, stride)) in bindVertexBuffer() 565 bindVertexBufferImpl(context, attribIndex, boundBuffer, offset, effectiveStride); in setVertexAttribPointerImpl()
|
D | VertexArray.h | 359 bool bindVertexBufferImpl(const Context *context,
|