Home | History | Annotate | Download | only in canvas

Lines Matching refs:linkProgram

2935 void WebGLRenderingContext::linkProgram(WebGLProgram* program)
2937 if (isContextLost() || !validateWebGLObject("linkProgram", program))
2940 m_context->linkProgram(objectOrZero(program));