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

  /external/mesa3d/src/glx/
singlepix.c 66 widthsize = __glImageSize(width, 1, 1, format, type, 0);
67 heightsize = __glImageSize(height, 1, 1, format, type, 0);
153 __glImageSize(width, 1, 1, format, type, 0);
155 __glImageSize(height, 1, 1, format, type, 0);
renderpix.c 129 compsize = __glImageSize(width, 1, 1, format, type, 0);
130 compsize2 = __glImageSize(height, 1, 1, format, type, 0);
compsize.c 150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth,
glxclient.h 704 extern GLint __glImageSize(GLint, GLint, GLint, GLenum, GLenum, GLenum);

Completed in 199 milliseconds