Searched refs:ComputePixelSize (Results 1 – 3 of 3) sorted by relevance
43 int ComputePixelSize(GLenum format, GLenum type);
195 GLsizei rawPitch = ComputePixelSize(format, type) * width; in ComputePitch()240 int ComputePixelSize(GLenum format, GLenum type) in ComputePixelSize() function
909 static int ComputePixelSize(GLenum format, GLenum type) in ComputePixelSize() function1099 GLsizei rawPitch = ComputePixelSize(format, type) * width; in ComputePitch()1106 return (skipImages * height + skipRows) * pitchB + skipPixels * ComputePixelSize(format, type); in ComputePackingOffset()