Home
last modified time | relevance | path

Searched refs:storeVertexAttributes (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer.cpp90 bool VertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, … in storeVertexAttributes() function in rx::VertexBufferInterface
110 if (!mVertexBuffer->storeVertexAttributes(attrib, start, count, instances, mWritePosition)) in storeVertexAttributes()
269 bool StaticVertexBufferInterface::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint st… in storeVertexAttributes() function in rx::StaticVertexBufferInterface
273 … if (VertexBufferInterface::storeVertexAttributes(attrib, start, count, instances, &streamOffset)) in storeVertexAttributes()
DVertexBuffer.h32 … virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count,
70 …virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, …
114 …bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, GLsizei …
DVertexBuffer11.h28 …virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, …
DVertexBuffer9.h28 …virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, …
DVertexDataManager.cpp209 … if (!staticBuffer->storeVertexAttributes(attribs[i], -startIndex, totalCount, 0, &streamOffset)) in prepareVertexData()
228 … !mStreamingBuffer->storeVertexAttributes(attribs[i], start, totalCount, instances, &streamOffset)) in prepareVertexData()
DVertexBuffer11.cpp76 bool VertexBuffer11::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei … in storeVertexAttributes() function in rx::VertexBuffer11
DVertexBuffer9.cpp84 bool VertexBuffer9::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei c… in storeVertexAttributes() function in rx::VertexBuffer9