Home | History | Annotate | Download | only in qt

Lines Matching defs:bindBuffer

171     glBindBufferType bindBuffer;
335 bindBuffer = GET_PROC_ADDRESS(glBindBuffer);
711 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer)
714 m_internal->bindBuffer(target, buffer);