/aosp_15_r20/external/libjpeg-turbo/simd/arm/ |
H A D | jdcolext-neon.c | 227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local 342 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | SixteenBppTextureTest.cpp | 19 GLColor Convert565(const R5G6B5 &rgb565) in Convert565() 31 R5G6B5 rgb565; in Convert565() local
|
/aosp_15_r20/external/pigweed/pw_display/public/pw_display/ |
H A D | color.h | 68 constexpr ColorRgba8888 EncodeRgba8888(ColorRgb565 rgb565) { in EncodeRgba8888()
|
/aosp_15_r20/external/libkmsxx/kms++util/src/ |
H A D | color.cpp | 87 uint16_t RGB::rgb565() const in rgb565() function in kms::RGB
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.h | 35 uint16_t rgb565; member
|
/aosp_15_r20/external/skia/src/gpu/graphite/text/ |
H A D | TextAtlasManager.cpp | 110 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/text/ |
H A D | GrAtlasManager.cpp | 111 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
|
/aosp_15_r20/external/webp/extras/ |
H A D | extras.c | 56 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv_sse2.c | 160 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local 162 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkCompressedDataUtils.cpp | 170 static SkPMColor from565(uint16_t rgb565) { in from565()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_util.h | 363 uint16_t rgb565; member
|
/aosp_15_r20/external/skia/tests/ |
H A D | ReadPixelsTest.cpp | 414 static const uint16_t rgb565[kNumPixels] = { variable
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 148 uint16_t rgb565; member
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | BitmapFactoryTest.java | 961 Bitmap rgb565 = BitmapFactory.decodeResource(mRes, id, opts); in decodeConfigs() local
|
/aosp_15_r20/external/rust/crabbyavif/src/reformat/ |
D | rgb_impl.rs | 90 let rgb565 = (r16 | g16 | b16).to_le_bytes(); localVariable
|