HomeSort by relevance Sort by last modified time
    Searched refs:__glEmptyImage (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
singlepix.c 82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
179 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
glxclient.h 720 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
pixel.c 387 ** Named __glEmptyImage() because it is the opposite of __glFillImage().
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
  /external/mesa3d/src/glx/
singlepix.c 82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
179 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);
glxclient.h 720 extern void __glEmptyImage(struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
pixel.c 387 ** Named __glEmptyImage() because it is the opposite of __glFillImage().
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
glxreply.c 96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
  /external/mesa3d/src/glx/apple/
glxreply.c 96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 127 __glEmptyImage(gc, 3, width, height, depth, format, type,
    [all...]

Completed in 328 milliseconds