Home
last modified time | relevance | path

Searched refs:row_length (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_reqsize.c67 GLint row_length = *(GLint *) (pc + 4); in __glXBitmapReqSize() local
76 row_length = bswap_32(row_length); in __glXBitmapReqSize()
84 image_height, row_length, skip_images, in __glXBitmapReqSize()
147 GLint row_length = *(GLint *) (pc + 4); in __glXPolygonStippleReqSize() local
154 row_length = bswap_32(row_length); in __glXPolygonStippleReqSize()
160 image_height, row_length, skip_images, in __glXPolygonStippleReqSize()
181 GLint row_length = *(GLint *) (pc + 4); in __glXTexImage1DReqSize() local
192 row_length = bswap_32(row_length); in __glXTexImage1DReqSize()
202 image_height, row_length, skip_images, in __glXTexImage1DReqSize()
209 GLint row_length = *(GLint *) (pc + 4); in __glXTexImage2DReqSize() local
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h91 RK_U32 row_length : 14; member
H A Dhal_vp8e_vepu2_reg.h240 RK_U32 row_length : 14; member
H A Dhal_vp8e_vepu1_v2.c91 regs->sw15.row_length = hw_cfg->pixels_on_row; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c94 regs->sw61.row_length = hw_cfg->pixels_on_row; in vp8e_vpu_frame_start()