Searched refs:__glReadPixels_size (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dsinglesize.h40 extern GLint __glReadPixels_size(GLenum format, GLenum type,
H A Dsinglesize.c51 GLint __glReadPixels_size(GLenum format, GLenum type, GLint w, GLint h) function in typeref:typename:GLint
H A Dsinglepix.c71 compsize = __glReadPixels_size(format,type,width,height);
H A Dsinglepixswap.c80 compsize = __glReadPixels_size(format,type,width,height);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dsinglesize.h40 extern GLint __glReadPixels_size(GLenum format, GLenum type,
H A Dsinglesize.c48 __glReadPixels_size(GLenum format, GLenum type, GLint w, GLint h) function in typeref:typename:GLint
H A Dsinglepix.c69 compsize = __glReadPixels_size(format, type, width, height);
H A Dsinglepixswap.c79 compsize = __glReadPixels_size(format, type, width, height);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxsingle.c614 static GLint __glReadPixels_size(GLenum format, GLenum type, GLint w, GLint h, function in typeref:typename:GLint
805 buf_size = __glReadPixels_size(format,type,width,height, &ebits, &rowsize);

Completed in 9 milliseconds