Home
last modified time | relevance | path

Searched refs:glPixelStorei (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Drenderpix.c48 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 Drenderpixswap.c66 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 Dxfont.c115 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 Dindirect_dispatch.c151 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 Dindirect_dispatch_swap.c289 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 Dsinglepix.c73 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 Dsinglepixswap.c83 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 Dglamor_transfer.c44 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 Dglamor_spans.c209 glPixelStorei(GL_PACK_ALIGNMENT, 4); in glamor_get_spans_gl()
294 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_set_spans_gl()
H A Dglamor_font.c151 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glamor_font_get()
H A Dglamor_picture.c349 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_upload_picture_to_texture()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp110 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 D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch67 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 D0003-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch67 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 D0062-Revert-gl-renderer-require-GL_EXT_unpack_subimage.patch66 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 Dgl_impl.hpp125 …#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 Dvalue.cpp391 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 Dgl.h520 GL_API void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h616 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
H A Dgl31.h618 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
H A Dgl32.h618 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog37922 via glPixelStorei(GL_UNPACK_ALIGNMENT, 4).