Searched refs:__glImageSize (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | singlepix.c | 66 widthsize = __glImageSize(width, 1, 1, format, type, 0); in __indirect_glGetSeparableFilter() 67 heightsize = __glImageSize(height, 1, 1, format, type, 0); in __indirect_glGetSeparableFilter() 153 __glImageSize(width, 1, 1, format, type, 0); in gl_dispatch_stub_GetSeparableFilterEXT() 155 __glImageSize(height, 1, 1, format, type, 0); in gl_dispatch_stub_GetSeparableFilterEXT()
|
D | renderpix.c | 129 compsize = __glImageSize(width, 1, 1, format, type, 0); in __indirect_glSeparableFilter2D() 130 compsize2 = __glImageSize(height, 1, 1, format, type, 0); in __indirect_glSeparableFilter2D()
|
D | compsize.c | 150 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, in __glImageSize() function
|
D | glxclient.h | 704 extern GLint __glImageSize(GLint, GLint, GLint, GLenum, GLenum, GLenum);
|