Home | History | Annotate | Download | only in glx

Lines Matching refs:format

38 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type,
54 __GLX_SINGLE_PUT_LONG(4, format);
67 widthsize = __glImageSize(width, 1, 1, format, type, 0);
68 heightsize = __glImageSize(height, 1, 1, format, type, 0);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
111 void gl_dispatch_stub_GetSeparableFilterEXT (GLenum target, GLenum format,
123 p(target, format, type, row, column, span);
142 (void) memcpy((void *) (pc + 4), (void *) (&format), 4);
154 __glImageSize(width, 1, 1, format, type, 0);
156 __glImageSize(height, 1, 1, format, type, 0);
179 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);