Home
last modified time | relevance | path

Searched refs:GL_UNPACK_ALIGNMENT (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp98 f->glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in render()
110 f->glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in render()
146 f->glGetIntegerv(GL_UNPACK_ALIGNMENT, &alignment); in render()
151 f->glPixelStorei(GL_UNPACK_ALIGNMENT, alignment); in render()
/OK3568_Linux_fs/external/xserver/glx/
H A Drenderpix.c53 glPixelStorei(GL_UNPACK_ALIGNMENT, hdr->alignment); in __glXDisp_SeparableFilter2D()
H A Drenderpixswap.c71 glPixelStorei(GL_UNPACK_ALIGNMENT, hdr->alignment); in __glXDispSwap_SeparableFilter2D()
H A Dxfont.c120 glPixelStorei(GL_UNPACK_ALIGNMENT, GLYPHPADBYTES); in MakeBitmapsFromFont()
H A Dindirect_dispatch.c155 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_Bitmap()
904 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_PolygonStipple()
970 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_TexImage1D()
991 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_TexImage2D()
1497 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_DrawPixels()
2698 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_TexSubImage1D()
2718 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_TexSubImage2D()
2754 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_ColorTable()
2920 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_ColorSubTable()
2948 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) hdr->alignment); in __glXDisp_ConvolutionFilter1D()
[all …]
H A Dindirect_dispatch_swap.c294 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_Bitmap()
1069 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_PolygonStipple()
1141 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_TexImage1D()
1164 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_TexImage2D()
1703 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_DrawPixels()
2991 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_TexSubImage1D()
3013 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_TexSubImage2D()
3052 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_ColorTable()
3233 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_ColorSubTable()
3264 glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) bswap_CARD32(&hdr->alignment)); in __glXDispSwap_ConvolutionFilter1D()
[all …]
H A Dindirect_size_get.c420 case GL_UNPACK_ALIGNMENT: in __glGetBooleanv_size()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c151 glPixelStorei(GL_UNPACK_ALIGNMENT, 1); in glamor_font_get()
H A Dglamor_transfer.c44 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_upload_boxes()
H A Dglamor_picture.c349 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_upload_picture_to_texture()
H A Dglamor_spans.c294 glPixelStorei(GL_UNPACK_ALIGNMENT, 4); in glamor_set_spans_gl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp405 MBGL_CHECK_ERROR(glPixelStorei(GL_UNPACK_ALIGNMENT, value.alignment)); in Set()
410 MBGL_CHECK_ERROR(glGetIntegerv(GL_UNPACK_ALIGNMENT, &value.alignment)); in Get()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h294 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h178 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h178 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
H A Dgl31.h180 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
H A Dgl32.h180 #define GL_UNPACK_ALIGNMENT 0x0CF5 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog37922 via glPixelStorei(GL_UNPACK_ALIGNMENT, 4).