Searched refs:__glFillImage (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/glx/
H A Drenderpix.c95 __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 Dglxclient.h711 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
H A Dpixel.c164 __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 Dglxclient.h729 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
H A Dindirect_glx.c405 gc->fillImage = __glFillImage;
H A Dpixel.c164 __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 Dindirect.c481 __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...]

Completed in 25 milliseconds