Home
last modified time | relevance | path

Searched refs:GL_UNPACK_ROW_LENGTH (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_transfer.c47 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()
/OK3568_Linux_fs/external/xserver/glx/
H A Drenderpix.c50 glPixelStorei(GL_UNPACK_ROW_LENGTH, hdr->rowLength); in __glXDisp_SeparableFilter2D()
H A Drenderpixswap.c68 glPixelStorei(GL_UNPACK_ROW_LENGTH, hdr->rowLength); in __glXDispSwap_SeparableFilter2D()
H A Dxfont.c117 glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); in MakeBitmapsFromFont()
H A Dindirect_dispatch.c152 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_Bitmap()
901 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_PolygonStipple()
967 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_TexImage1D()
988 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_TexImage2D()
1494 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_DrawPixels()
2695 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_TexSubImage1D()
2715 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_TexSubImage2D()
2751 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_ColorTable()
2917 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_ColorSubTable()
2945 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) hdr->rowLength); in __glXDisp_ConvolutionFilter1D()
[all …]
H A Dindirect_dispatch_swap.c290 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_Bitmap()
1065 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_PolygonStipple()
1137 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_TexImage1D()
1160 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_TexImage2D()
1699 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_DrawPixels()
2987 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_TexSubImage1D()
3009 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_TexSubImage2D()
3048 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_ColorTable()
3229 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_ColorSubTable()
3260 glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) bswap_CARD32(&hdr->rowLength)); in __glXDispSwap_ConvolutionFilter1D()
[all …]
H A Dindirect_size_get.c417 case GL_UNPACK_ROW_LENGTH: in __glGetBooleanv_size()
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h675 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
H A Dgl31.h677 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
H A Dgl32.h677 #define GL_UNPACK_ROW_LENGTH 0x0CF2 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog54484 the GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH when we need
54530 Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.