Home
last modified time | relevance | path

Searched refs:mArrayBuffers (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp139 for (gl::BindingPointer<gl::Buffer> &binding : mArrayBuffers) in destroy()
542 mArrayBuffers[idx].set(context, nullptr); in streamAttributes()
602 mArrayBuffers[idx].set(context, binding.getBuffer().get()); in recoverForcedStreamingAttributesForDrawArraysInstanced()
668 mArrayBuffers[attribIndex].set(context, nullptr); in updateAttribPointer()
706 mArrayBuffers[attribIndex].set(context, arrayBuffer); in updateAttribPointer()
820 mArrayBuffers[bindingIndex].set(context, arrayBuffer); in updateBindingBuffer()
H A DVertexArrayGL.h140 mutable std::array<gl::BindingPointer<gl::Buffer>, gl::MAX_VERTEX_ATTRIBS> mArrayBuffers; member in rx::VertexArrayGL

Completed in 3 milliseconds