Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glBufferSubData

22 	void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data);
304 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data)
307 ctx->glBufferSubData(ctx, target, offset, size, data);