Searched refs:rgba_stride (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 511 int rgba_stride; in read_rgba_pixels() local 519 rgba_stride = width * 4 * sizeof(GLuint); in read_rgba_pixels() 522 rgba_stride = width * 4 * sizeof(GLint); in read_rgba_pixels() 526 rgba_stride = width * 4 * sizeof(GLfloat); in read_rgba_pixels() 534 dst_stride == rgba_stride) { in read_rgba_pixels() 539 rgba = malloc(height * rgba_stride); in read_rgba_pixels() 547 _mesa_format_convert(rgba, rgba_format, rgba_stride, in read_rgba_pixels() 568 src_stride = rgba_stride; in read_rgba_pixels()
|
D | texgetimage.c | 491 int rgba_stride; in get_tex_rgba_uncompressed() local 496 rgba_stride = width * 4 * sizeof(GLfloat); in get_tex_rgba_uncompressed() 508 rgba = malloc(height * rgba_stride); in get_tex_rgba_uncompressed() 517 _mesa_format_convert(rgba, rgba_format, rgba_stride, in get_tex_rgba_uncompressed() 537 src_stride = rgba_stride; in get_tex_rgba_uncompressed()
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 1173 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRA() argument 1175 ? Import(picture, rgba, rgba_stride, 4, 1, 1) in WebPPictureImportBGRA() 1181 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportBGRX() argument 1183 ? Import(picture, rgba, rgba_stride, 4, 1, 0) in WebPPictureImportBGRX() 1197 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBA() argument 1199 ? Import(picture, rgba, rgba_stride, 4, 0, 1) in WebPPictureImportRGBA() 1204 const uint8_t* rgba, int rgba_stride) { in WebPPictureImportRGBX() argument 1206 ? Import(picture, rgba, rgba_stride, 4, 0, 0) in WebPPictureImportRGBX()
|
/external/webp/src/webp/ |
D | encode.h | 462 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/include/webp/ |
D | encode.h | 462 WebPPicture* picture, const uint8_t* rgba, int rgba_stride);
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 575 int rgba_stride, uint8_t* const rgba) { in Export() argument 580 uint8_t* const dst = rgba + num_lines_out * rgba_stride; in Export()
|