Home | History | Annotate | Download | only in canvas

Lines Matching refs:m_currentProgram

406     m_currentProgram = 0;
1248 // We don't reset m_currentProgram to 0 here because the deletion of the
1480 if (!m_currentProgram)
1496 int numActiveAttribLocations = m_currentProgram->numActiveAttribLocations();
1498 int loc = m_currentProgram->getActiveAttribLocation(i);
2072 return WebGLGetInfo(PassRefPtr<WebGLProgram>(m_currentProgram));
3381 if (location->program() != m_currentProgram) {
3416 if (location->program() != m_currentProgram) {
3451 if (location->program() != m_currentProgram) {
3486 if (location->program() != m_currentProgram) {
3521 if (location->program() != m_currentProgram) {
3556 if (location->program() != m_currentProgram) {
3591 if (location->program() != m_currentProgram) {
3626 if (location->program() != m_currentProgram) {
3722 if (m_currentProgram != program) {
3723 if (m_currentProgram)
3724 m_currentProgram->onDetached();
3725 m_currentProgram = program;
4565 if (location->program() != m_currentProgram) {
4734 if (!m_currentProgram)
4736 bool usingVertexAttrib0 = m_currentProgram->isUsingVertexAttrib0();