Searched refs:rgba_stride (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 509 int rgba_stride; in read_rgba_pixels() local 517 rgba_stride = width * 4 * sizeof(GLuint); in read_rgba_pixels() 520 rgba_stride = width * 4 * sizeof(GLint); in read_rgba_pixels() 524 rgba_stride = width * 4 * sizeof(GLfloat); in read_rgba_pixels() 532 dst_stride == rgba_stride) { in read_rgba_pixels() 537 rgba = malloc(height * rgba_stride); in read_rgba_pixels() 545 _mesa_format_convert(rgba, rgba_format, rgba_stride, in read_rgba_pixels() 566 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 | 1169 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRA() argument 1171 ? Import(picture, rgba, rgba_stride, 4, 1, 1) in WebPPictureImportBGRA() 1177 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRX() argument 1179 ? Import(picture, rgba, rgba_stride, 4, 1, 0) in WebPPictureImportBGRX() 1193 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBA() argument 1195 ? Import(picture, rgba, rgba_stride, 4, 0, 1) in WebPPictureImportRGBA() 1200 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBX() argument 1202 ? Import(picture, rgba, rgba_stride, 4, 0, 0) in WebPPictureImportRGBX()
|
/external/webp/src/webp/ |
D | encode.h | 461 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/include/webp/ |
D | encode.h | 461 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 578 int rgba_stride, uint8_t* const rgba) { in Export() argument 583 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
|