Searched refs:rgba_stride (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 504 int rgba_stride; in read_rgba_pixels() local 512 rgba_stride = width * 4 * sizeof(GLuint); in read_rgba_pixels() 515 rgba_stride = width * 4 * sizeof(GLint); in read_rgba_pixels() 519 rgba_stride = width * 4 * sizeof(GLfloat); in read_rgba_pixels() 527 dst_stride == rgba_stride) { in read_rgba_pixels() 532 rgba = malloc(height * rgba_stride); in read_rgba_pixels() 540 _mesa_format_convert(rgba, rgba_format, rgba_stride, in read_rgba_pixels() 561 src_stride = rgba_stride; in read_rgba_pixels()
|
D | texgetimage.c | 484 int rgba_stride; in get_tex_rgba_uncompressed() local 489 rgba_stride = width * 4 * sizeof(GLfloat); in get_tex_rgba_uncompressed() 501 rgba = malloc(height * rgba_stride); in get_tex_rgba_uncompressed() 510 _mesa_format_convert(rgba, rgba_format, rgba_stride, in get_tex_rgba_uncompressed() 530 src_stride = rgba_stride; in get_tex_rgba_uncompressed()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1148 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBA() argument 1150 ? Import(picture, rgba, rgba_stride, 4, 0, 1) in WebPPictureImportRGBA() 1155 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRA() argument 1157 ? Import(picture, rgba, rgba_stride, 4, 1, 1) in WebPPictureImportBGRA() 1162 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBX() argument 1164 ? Import(picture, rgba, rgba_stride, 4, 0, 0) in WebPPictureImportRGBX() 1169 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRX() argument 1171 ? Import(picture, rgba, rgba_stride, 4, 1, 0) in WebPPictureImportBGRX()
|
/external/webp/include/webp/ |
D | encode.h | 458 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/src/webp/ |
D | encode.h | 458 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 525 int rgba_stride, uint8_t* const rgba) { in Export() argument 530 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
|