Source position: ctgles3.pas line 7694
type TglReadPixels = procedure(
x: GLint;
y: GLint;
width: GLsizei;
height: GLsizei;
format: GLenum;
type_: GLenum;
pixels: Pvoid
);