Home | History | Annotate | Download | only in libGL

Lines Matching refs:listCommand

684 			return context->listCommand(gl::newCommand(glClear, mask));
1687 context->listCommand(gl::newCommand(glCaptureAttribs));
1689 context->listCommand(gl::newCommand(glDrawArrays, mode, first, count));
1690 context->listCommand(gl::newCommand(glRestoreAttribs));
6788 return context->listCommand(gl::newCommand(glMultMatrixm, sw::Matrix(m)));
6988 return context->listCommand(gl::newCommand(glPopMatrix));
7025 return context->listCommand(gl::newCommand(glPushMatrix));
7245 return context->listCommand(gl::newCommand(glScalef, x, y, z));
7532 return context->listCommand(gl::newCommand(glTranslated, x, y, z));
7549 return context->listCommand(gl::newCommand(glTranslatef, x, y, z));