Home
last modified time | relevance | path

Searched refs:__glFillImage (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/glx/
Drenderpix.c95 __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()
Dglxclient.h706 extern void __glFillImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
Dpixel.c164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glFillImage() function