Searched refs:storeVertexAttributes (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | VertexBuffer.cpp | 90 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()
|
D | VertexBuffer.h | 32 … 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 …
|
D | VertexBuffer11.h | 28 …virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, …
|
D | VertexBuffer9.h | 28 …virtual bool storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei count, …
|
D | VertexDataManager.cpp | 209 … if (!staticBuffer->storeVertexAttributes(attribs[i], -startIndex, totalCount, 0, &streamOffset)) in prepareVertexData() 228 … !mStreamingBuffer->storeVertexAttributes(attribs[i], start, totalCount, instances, &streamOffset)) in prepareVertexData()
|
D | VertexBuffer11.cpp | 76 bool VertexBuffer11::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei … in storeVertexAttributes() function in rx::VertexBuffer11
|
D | VertexBuffer9.cpp | 84 bool VertexBuffer9::storeVertexAttributes(const gl::VertexAttribute &attrib, GLint start, GLsizei c… in storeVertexAttributes() function in rx::VertexBuffer9
|