Home | History | Annotate | Download | only in canvas

Lines Matching refs:detachShader

1309 void WebGLRenderingContext::detachShader(WebGLProgram* program, WebGLShader* shader, ExceptionCode& ec)
1314 if (!program->detachShader(shader)) {
1318 m_context->detachShader(objectOrZero(program), objectOrZero(shader));