Searched refs:__glXImageSize (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | indirect_reqsize.c | 83 return __glXImageSize(GL_COLOR_INDEX, GL_BITMAP, 0, width, height, 1, in __glXBitmapReqSize() 159 return __glXImageSize(GL_COLOR_INDEX, GL_BITMAP, 0, 32, 32, 1, in __glXPolygonStippleReqSize() 201 return __glXImageSize(format, type, target, width, 1, 1, in __glXTexImage1DReqSize() 231 return __glXImageSize(format, type, target, width, height, 1, in __glXTexImage2DReqSize() 325 return __glXImageSize(format, type, 0, width, height, 1, in __glXDrawPixelsReqSize() 365 return __glXImageSize(format, type, target, width, 1, 1, in __glXTexSubImage1DReqSize() 395 return __glXImageSize(format, type, target, width, height, 1, in __glXTexSubImage2DReqSize() 423 return __glXImageSize(format, type, target, width, 1, 1, in __glXColorTableReqSize() 465 return __glXImageSize(format, type, target, count, 1, 1, in __glXColorSubTableReqSize() 493 return __glXImageSize(format, type, target, width, 1, 1, in __glXConvolutionFilter1DReqSize() [all …]
|
| H A D | singlesize.c | 50 return __glXImageSize(format, type, 0, w, h, 1, 0, 0, 0, 0, 4); in __glReadPixels_size() 197 return __glXImageSize(format, type, target, width, height, depth, in __glGetTexImage_size()
|
| H A D | rensize.c | 162 __glXImageSize(GLenum format, GLenum type, GLenum target, in __glXImageSize() function 463 image1size = __glXImageSize(format, type, 0, w, 1, 1, in __glXSeparableFilter2DReqSize() 465 image2size = __glXImageSize(format, type, 0, h, 1, 1, in __glXSeparableFilter2DReqSize()
|
| H A D | renderpix.c | 58 image1len = __glXImageSize(hdr->format, hdr->type, 0, hdr->width, 1, 1, in __glXDisp_SeparableFilter2D()
|
| H A D | renderpixswap.c | 76 image1len = __glXImageSize(hdr->format, hdr->type, 0, hdr->width, 1, 1, in __glXDispSwap_SeparableFilter2D()
|
| H A D | glxserver.h | 204 extern int __glXImageSize(GLenum format, GLenum type,
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxserver.h | 227 extern int __glXImageSize(GLenum format, GLenum type, GLsizei w, GLsizei h,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 181250 Refactors __glXImageSize and __glXImage3DSize into a single function. It 181251 replaces all calls to the old functions with calls to __glXImageSize 181261 __glXImageSize.
|