Searched refs:__glEmptyImage (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/glx/ |
D | singlepix.c | 81 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row); in __indirect_glGetSeparableFilter() 95 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column); in __indirect_glGetSeparableFilter() 177 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row); in gl_dispatch_stub_GetSeparableFilterEXT() 185 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column); in gl_dispatch_stub_GetSeparableFilterEXT()
|
D | pixel.c | 391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, in __glEmptyImage() function
|
D | glxclient.h | 736 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
|