Home
last modified time | relevance | path

Searched refs:__glXImageSize (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_reqsize.c83 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 Dsinglesize.c50 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 Drensize.c162 __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 Drenderpix.c58 image1len = __glXImageSize(hdr->format, hdr->type, 0, hdr->width, 1, 1, in __glXDisp_SeparableFilter2D()
H A Drenderpixswap.c76 image1len = __glXImageSize(hdr->format, hdr->type, 0, hdr->width, 1, 1, in __glXDispSwap_SeparableFilter2D()
H A Dglxserver.h204 extern int __glXImageSize(GLenum format, GLenum type,
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxserver.h227 extern int __glXImageSize(GLenum format, GLenum type, GLsizei w, GLsizei h,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog181250 Refactors __glXImageSize and __glXImage3DSize into a single function. It
181251 replaces all calls to the old functions with calls to __glXImageSize
181261 __glXImageSize.