Home | History | Annotate | Download | only in mac

Lines Matching refs:glVertex2f

310         glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
311 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
312 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
313 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);