Home | History | Annotate | Download | only in qt

Lines Matching refs:detachShader

189     glDetachShaderType detachShader;
353 detachShader = GET_PROC_ADDRESS(glDetachShader);
871 void GraphicsContext3D::detachShader(Platform3DObject program, Platform3DObject shader)
876 m_internal->detachShader(program, shader);