Searched refs:writeAttributeData (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DVertexDataManager.h92 unsigned int writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute);
H A DVertexDataManager.cpp59 unsigned int VertexDataManager::writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute) function in class:gl::VertexDataManager
167 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DVertexDataManager.h89 unsigned int writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute);
H A DVertexDataManager.cpp60 unsigned int VertexDataManager::writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute) function in class:es1::VertexDataManager
162 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, start, count, attribs[i]);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h89 unsigned int writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute);
H A DVertexDataManager.cpp59 unsigned int VertexDataManager::writeAttributeData(StreamingVertexBuffer *vertexBuffer, GLint start, GLsizei count, const VertexAttribute &attribute) function in class:es2::VertexDataManager
173 unsigned int streamOffset = writeAttributeData(mStreamingBuffer, firstVertexIndex, isInstanced ? 1 : count, attrib);

Completed in 54 milliseconds