Searched refs:__glGetTexImage_size (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | singlepix.c | 130 __glGetTexImage_size(target, level, format, type, width, height, depth); in __glXDisp_GetTexImage() 226 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetSeparableFilter() 227 compsize2 = __glGetTexImage_size(target, 1, format, type, height, 1, 1); in GetSeparableFilter() 307 compsize = __glGetTexImage_size(target, 1, format, type, width, height, 1); in GetConvolutionFilter() 379 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetHistogram() 443 compsize = __glGetTexImage_size(target, 1, format, type, 2, 1, 1); in GetMinmax() 511 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetColorTable()
|
| H A D | singlepixswap.c | 150 __glGetTexImage_size(target, level, format, type, width, height, depth); in __glXDispSwap_GetTexImage() 260 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetSeparableFilter() 261 compsize2 = __glGetTexImage_size(target, 1, format, type, height, 1, 1); in GetSeparableFilter() 351 compsize = __glGetTexImage_size(target, 1, format, type, width, height, 1); in GetConvolutionFilter() 433 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetHistogram() 506 compsize = __glGetTexImage_size(target, 1, format, type, 2, 1, 1); in GetMinmax() 582 compsize = __glGetTexImage_size(target, 1, format, type, width, 1, 1); in GetColorTable()
|
| H A D | singlesize.h | 50 extern GLint __glGetTexImage_size(GLenum target, GLint level, GLenum format,
|
| H A D | singlesize.c | 194 __glGetTexImage_size(GLenum target, GLint level, GLenum format, in __glGetTexImage_size() function
|