| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | renderpix.c | 48 glPixelStorei(GL_UNPACK_SWAP_BYTES, hdr->swapBytes); in __glXDisp_SeparableFilter2D() 49 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_SeparableFilter2D() 50 glPixelStorei(GL_UNPACK_ROW_LENGTH, hdr->rowLength); in __glXDisp_SeparableFilter2D() 51 glPixelStorei(GL_UNPACK_SKIP_ROWS, hdr->skipRows); in __glXDisp_SeparableFilter2D() 52 glPixelStorei(GL_UNPACK_SKIP_PIXELS, hdr->skipPixels); in __glXDisp_SeparableFilter2D() 53 glPixelStorei(GL_UNPACK_ALIGNMENT, hdr->alignment); in __glXDisp_SeparableFilter2D()
|
| H A D | renderpixswap.c | 66 glPixelStorei(GL_UNPACK_SWAP_BYTES, !hdr->swapBytes); in __glXDispSwap_SeparableFilter2D() 67 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_SeparableFilter2D() 68 glPixelStorei(GL_UNPACK_ROW_LENGTH, hdr->rowLength); in __glXDispSwap_SeparableFilter2D() 69 glPixelStorei(GL_UNPACK_SKIP_ROWS, hdr->skipRows); in __glXDispSwap_SeparableFilter2D() 70 glPixelStorei(GL_UNPACK_SKIP_PIXELS, hdr->skipPixels); in __glXDispSwap_SeparableFilter2D() 71 glPixelStorei(GL_UNPACK_ALIGNMENT, hdr->alignment); in __glXDispSwap_SeparableFilter2D()
|
| H A D | xfont.c | 115 glPixelStorei(GL_UNPACK_SWAP_BYTES, FALSE); in MakeBitmapsFromFont() 116 glPixelStorei(GL_UNPACK_LSB_FIRST, BITMAP_BIT_ORDER == LSBFirst); in MakeBitmapsFromFont() 117 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in MakeBitmapsFromFont() 118 glPixelStorei(GL_UNPACK_SKIP_ROWS, 0); in MakeBitmapsFromFont() 119 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in MakeBitmapsFromFont() 120 glPixelStorei(GL_UNPACK_ALIGNMENT, GLYPHPADBYTES); in MakeBitmapsFromFont()
|
| H A D | indirect_dispatch.c | 151 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_Bitmap() 152 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_Bitmap() 153 glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) hdr->skipRows); in __glXDisp_Bitmap() 154 glPixelStorei(GL_UNPACK_SKIP_PIXELS, (GLint) hdr->skipPixels); in __glXDisp_Bitmap() 155 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_Bitmap() 900 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDisp_PolygonStipple() 901 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_PolygonStipple() 902 glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) hdr->skipRows); in __glXDisp_PolygonStipple() 903 glPixelStorei(GL_UNPACK_SKIP_PIXELS, (GLint) hdr->skipPixels); in __glXDisp_PolygonStipple() 904 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_PolygonStipple() [all …]
|
| H A D | indirect_dispatch_swap.c | 289 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_Bitmap() 290 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_Bitmap() 291 glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) bswap_CARD32(&hdr->skipRows)); in __glXDispSwap_Bitmap() 292 glPixelStorei(GL_UNPACK_SKIP_PIXELS, in __glXDispSwap_Bitmap() 294 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_Bitmap() 1064 glPixelStorei(GL_UNPACK_LSB_FIRST, hdr->lsbFirst); in __glXDispSwap_PolygonStipple() 1065 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_PolygonStipple() 1066 glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) bswap_CARD32(&hdr->skipRows)); in __glXDispSwap_PolygonStipple() 1067 glPixelStorei(GL_UNPACK_SKIP_PIXELS, in __glXDispSwap_PolygonStipple() 1069 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_PolygonStipple() [all …]
|
| H A D | singlepix.c | 73 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in __glXDisp_ReadPixels() 74 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDisp_ReadPixels() 134 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in __glXDisp_GetTexImage() 176 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDisp_GetPolygonStipple() 234 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetSeparableFilter() 311 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetConvolutionFilter() 383 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetHistogram() 447 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetMinmax() 515 glPixelStorei(GL_PACK_SWAP_BYTES, swapBytes); in GetColorTable()
|
| H A D | singlepixswap.c | 83 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in __glXDispSwap_ReadPixels() 84 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDispSwap_ReadPixels() 154 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in __glXDispSwap_GetTexImage() 203 glPixelStorei(GL_PACK_LSB_FIRST, lsbFirst); in __glXDispSwap_GetPolygonStipple() 268 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetSeparableFilter() 355 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetConvolutionFilter() 437 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetHistogram() 510 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetMinmax() 586 glPixelStorei(GL_PACK_SWAP_BYTES, !swapBytes); in GetColorTable()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_transfer.c | 44 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_upload_boxes() 47 glPixelStorei(GL_UNPACK_ROW_LENGTH, byte_stride / bytes_per_pixel); in glamor_upload_boxes() 92 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in glamor_upload_boxes() 144 glPixelStorei(GL_PACK_ALIGNMENT, 4); in glamor_download_boxes() 146 glPixelStorei(GL_PACK_ROW_LENGTH, byte_stride / bytes_per_pixel); in glamor_download_boxes() 183 glPixelStorei(GL_PACK_ROW_LENGTH, 0); in glamor_download_boxes()
|
| H A D | glamor_spans.c | 209 glPixelStorei(GL_PACK_ALIGNMENT, 4); in glamor_get_spans_gl() 294 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_set_spans_gl()
|
| H A D | glamor_font.c | 151 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glamor_font_get()
|
| H A D | glamor_picture.c | 349 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_upload_picture_to_texture()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qsgmapboxglnode.cpp | 110 f->glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in render() 151 f->glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in render()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 67 glPixelStorei(GL_UNPACK_SKIP_PIXELS_EXT, 0); 68 glPixelStorei(GL_UNPACK_SKIP_ROWS_EXT, 0);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 67 glPixelStorei(GL_UNPACK_SKIP_PIXELS_EXT, 0); 68 glPixelStorei(GL_UNPACK_SKIP_ROWS_EXT, 0);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch | 66 glPixelStorei(GL_UNPACK_SKIP_PIXELS_EXT, 0); 67 glPixelStorei(GL_UNPACK_SKIP_ROWS_EXT, 0);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/ |
| H A D | gl_impl.hpp | 125 …#define glPixelStorei(...) QOpenGLContext::currentContext()->functions()->glPixelStorei(__VA_ARGS_… macro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | value.cpp | 391 MBGL_CHECK_ERROR(glPixelStorei(GL_PACK_ALIGNMENT, value.alignment)); in Set() 405 MBGL_CHECK_ERROR(glPixelStorei(GL_UNPACK_ALIGNMENT, value.alignment)); in Set()
|
| /OK3568_Linux_fs/external/libmali/include/GLES/ |
| H A D | gl.h | 520 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
| H A D | gl31.h | 618 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
| H A D | gl32.h | 618 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 37922 via glPixelStorei(GL_UNPACK_ALIGNMENT, 4).
|