/third_party/skia/gm/ |
H A D | skbug_9819.cpp | 18 bgra; in DEF_SIMPLE_GM() local
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.h | 45 YUV2PACKEDX_HEADER(bgra); variable
|
/third_party/skia/tests/ |
H A D | NonlinearBlendingTest.cpp | 29 auto bgra = skcms_PixelFormat_BGRA_8888, in DEF_TEST() local
|
H A D | ReadPixelsTest.cpp | 387 static const uint32_t bgra[kNumPixels] = { variable
|
/third_party/skia/src/core/ |
H A D | SkColor.cpp | 110 SkColor4f SkColor4f::FromColor(SkColor bgra) { in FromColor() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_mips_dsp_r2.c | 111 YuvToBgra(uint8_t y, uint8_t u, uint8_t v, uint8_t* const bgra) YuvToBgra() argument
|
H A D | yuv.h | 134 VP8YuvToBgra(uint8_t y, uint8_t u, uint8_t v, uint8_t* const bgra) VP8YuvToBgra() argument
|
H A D | upsampling_msa.c | 312 static void YuvToBgra(uint8_t y, uint8_t u, uint8_t v, uint8_t* const bgra) { in YuvToBgra() argument
|
/third_party/libdrm/tests/etnaviv/ |
H A D | write_bmp.c | 67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() argument 104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32() argument 120 bmp_dump32_noflip(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32_noflip() argument 136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename) in bmp_dump32_ex() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBuffer.cpp | 207 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 315 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 367 Int bgra = *Pointer<Int>(s); in copyRoutine() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkImageEncoder_WIC.cpp | 85 uint32_t bgra = *bitmap.getAddr32(x, y); in SkEncodeImageWithWIC() local
|
/third_party/skia/src/opts/ |
H A D | SkSwizzler_opts.h | 443 __m512i bgra = _mm512_shuffle_epi8(rgba, swapRB); in RGBA_to_BGRA() local 717 __m256i bgra = _mm256_shuffle_epi8(rgba, swapRB); in RGBA_to_BGRA() local 962 __m128i bgra = _mm_shuffle_epi8(rgba, swapRB); in RGBA_to_BGRA() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexRoutine.cpp | 210 bool bgra = false; in readStream() local
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage.cpp | 842 uint16_t bgra = source[x]; in LoadBGRA4ToBGRA8() local 1127 uint16_t bgra in LoadBGR5A1ToBGRA8() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_etc.c | 719 etc2_unpack_srgb8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) etc2_unpack_srgb8() argument 805 etc2_unpack_srgb8_alpha8(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) etc2_unpack_srgb8_alpha8() argument 1065 etc2_unpack_srgb8_punchthrough_alpha1(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, bool bgra) etc2_unpack_srgb8_punchthrough_alpha1() argument 1216 _mesa_unpack_etc2_format(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned src_width, unsigned src_height, mesa_format format, bool bgra) _mesa_unpack_etc2_format() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 605 __m128i bgra = *(__m128i *)&src_row[i]; in fetch_bgrx_axis_aligned_linear() local 625 __m128i bgra = *(__m128i *)&row[i]; in fetch_bgrx_clamp_linear() local 645 __m128i bgra = *(__m128i *)&row[i]; in fetch_bgrx_linear() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 568 bool bgra = texImage->pt->format == PIPE_FORMAT_B8G8R8A8_SRGB; in st_UnmapTextureImage() local 607 bool bgra = texImage->pt->format == PIPE_FORMAT_B8G8R8A8_SRGB; in st_UnmapTextureImage() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 9499 struct nk_color bgra = nk_rgba(col.b, col.g, col.r, col.a); in nk_draw_vertex_color() local
|