Searched refs:updateBufferData (Results 1 – 4 of 4) sorted by relevance
143 void updateBufferData(GLuint bufferId, GLsizeiptr size, const void* data);
222 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in updateBufferData() function in GLSharedGroup
371 ctx->m_shared->updateBufferData(bufferId, size, (void*)data); in s_glBufferData()
581 ctx->m_shared->updateBufferData(bufferId, size, data); in s_glBufferData()