/external/libdrm/tests/etnaviv/ |
D | write_bmp.c | 67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write() 104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32() 120 bmp_dump32_noflip(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32_noflip() 136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, cons… in bmp_dump32_ex()
|
/external/swiftshader/src/WSI/ |
D | FrameBuffer.cpp | 208 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 310 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 360 Int bgra = *Pointer<Int>(s); in copyRoutine() local
|
/external/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 211 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 319 Int4 bgra = *Pointer<Int4>(s, sStride % 16 ? 1 : 16); in copyRoutine() local 371 Int bgra = *Pointer<Int>(s); in copyRoutine() local
|
/external/skia/tests/ |
D | NonlinearBlendingTest.cpp | 29 auto bgra = skcms_PixelFormat_BGRA_8888, in DEF_TEST() local
|
D | ReadPixelsTest.cpp | 564 static const uint32_t bgra[kNumPixels] = { variable
|
/external/skqp/tests/ |
D | NonlinearBlendingTest.cpp | 29 auto bgra = skcms_PixelFormat_BGRA_8888, in DEF_TEST() local
|
D | ReadPixelsTest.cpp | 564 static const uint32_t bgra[kNumPixels] = { variable
|
/external/skqp/src/ports/ |
D | SkImageEncoder_WIC.cpp | 85 uint32_t bgra = *bitmap.getAddr32(x, y); in SkEncodeImageWithWIC() local
|
/external/skia/src/ports/ |
D | SkImageEncoder_WIC.cpp | 85 uint32_t bgra = *bitmap.getAddr32(x, y); in SkEncodeImageWithWIC() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 375 #define VF_x(pf, type, size, bgra) 0 argument 376 #define VF_A(pf, type, size, bgra) \ argument 378 #define VF(c, pf, type, size, bgra) \ argument
|
/external/skqp/src/core/ |
D | SkColor.cpp | 109 SkColor4f SkColor4f::FromColor(SkColor bgra) { in FromColor()
|
/external/skia/src/core/ |
D | SkColor.cpp | 109 SkColor4f SkColor4f::FromColor(SkColor bgra) { in FromColor()
|
/external/webp/src/dsp/ |
D | upsampling_mips_dsp_r2.c | 112 uint8_t* const bgra) { in YuvToBgra()
|
D | yuv.h | 135 uint8_t* const bgra) { in VP8YuvToBgra()
|
D | upsampling_msa.c | 312 static void YuvToBgra(uint8_t y, uint8_t u, uint8_t v, uint8_t* const bgra) { in YuvToBgra()
|
/external/pdfium/testing/image_diff/ |
D | image_diff_png.cpp | 166 unsigned char* bgra, in ConvertRGBtoBGRA() 424 void ConvertBGRAtoRGB(const unsigned char* bgra, in ConvertBGRAtoRGB()
|
/external/freetype/src/base/ |
D | ftbitmap.c | 468 ft_gray_for_premultiplied_srgb_bgra( const FT_Byte* bgra ) in ft_gray_for_premultiplied_srgb_bgra()
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 573 __m128i bgra = _mm_shuffle_epi8(rgba, swapRB); in RGBA_to_BGRA() local
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 573 __m128i bgra = _mm_shuffle_epi8(rgba, swapRB); in RGBA_to_BGRA() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.h | 988 bool bgra; member
|