| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | renderpix.c | 95 __glFillImage(gc, dim, width, height, depth, format, type, 150 __glFillImage(gc, 1, width, 1, 1, format, type, row, pc, 155 __glFillImage(gc, 1, height, 1, 1, format, type, column, pc, NULL); 185 __glFillImage(gc, 1, width, 1, 1, format, type, row, buf, 188 __glFillImage(gc, 1, height, 1, 1, format, type, column,
|
| H A D | glxclient.h | 711 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
|
| H A D | pixel.c | 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, function in typeref:typename:void 387 ** Named __glEmptyImage() because it is the opposite of __glFillImage().
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxclient.h | 729 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
|
| H A D | indirect_glx.c | 405 gc->fillImage = __glFillImage;
|
| H A D | pixel.c | 164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, function in typeref:typename:void 387 ** Named __glEmptyImage() because it is the opposite of __glFillImage().
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect.c | 481 __glFillImage(gc, 2, width, height, 1, GL_COLOR_INDEX, GL_BITMAP, bitmap, gc->pc + 48, gc->pc + 4); 2234 __glFillImage(gc, 2, 32, 32, 1, GL_COLOR_INDEX, GL_BITMAP, mask, gc->pc + 24, gc->pc + 4); 2354 __glFillImage(gc, dim, width, height, 1, format, type, pixels, gc->pc + 56, gc->pc + 4); 3244 __glFillImage(gc, 2, width, height, 1, format, type, pixels, gc->pc + 40, gc->pc + 4); 4524 __glFillImage(gc, dim, width, height, 1, format, type, pixels, gc->pc + 60, gc->pc + 4); 4610 __glFillImage(gc, 1, width, 1, 1, format, type, table, gc->pc + 44, gc->pc + 4); 4880 __glFillImage(gc, 1, count, 1, 1, format, type, data, gc->pc + 44, gc->pc + 4); 4941 __glFillImage(gc, dim, width, height, 1, format, type, image, gc->pc + 48, gc->pc + 4); 5674 __glFillImage(gc, dim, width, height, depth, format, type, pixels, gc->pc + 84, gc->pc + 4); 5739 __glFillImage(g [all...] |