Searched refs:__glFillImage (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | renderpix.c | 95 __glFillImage(gc, dim, width, height, depth, format, type, in __glXSendLargeImage() 150 __glFillImage(gc, 1, width, 1, 1, format, type, row, pc, in __indirect_glSeparableFilter2D() 155 __glFillImage(gc, 1, height, 1, 1, format, type, column, pc, NULL); in __indirect_glSeparableFilter2D() 185 __glFillImage(gc, 1, width, 1, 1, format, type, row, buf, in __indirect_glSeparableFilter2D() 188 __glFillImage(gc, 1, height, 1, 1, format, type, column, in __indirect_glSeparableFilter2D()
|
D | glxclient.h | 706 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
|
D | pixel.c | 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glFillImage() function
|