Home | History | Annotate | Download | only in common

Lines Matching full:pitchp

1167 		ImageImplementation(GLsizei width, GLsizei height, GLint internalformat, int pitchP)
1168 : Image(width, height, internalformat, pitchP) {}
1203 Image *Image::create(GLsizei width, GLsizei height, GLint internalformat, int pitchP)
1205 return new ImageImplementation(width, height, internalformat, pitchP);
1233 int ClientBuffer::pitchP() const
1247 return sw::Surface::pitchP(width, 0, format, false);
1313 clientBuffer.pitchP()),