Home
last modified time | relevance | path

Searched defs:rgb565 (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djdcolext-neon.c227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
328 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
/third_party/skia/m133/third_party/externals/libjpeg-turbo/simd/arm/
Djdcolext-neon.c227 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
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSixteenBppTextureTest.cpp19 GLColor Convert565(const R5G6B5 &rgb565) in Convert565()
31 R5G6B5 rgb565; in Convert565() local
/third_party/skia/third_party/externals/libwebp/extras/
Dextras.c50 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.h35 uint16_t rgb565; member
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp91 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
/third_party/skia/m133/src/gpu/graphite/text/
DTextAtlasManager.cpp110 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
/third_party/skia/m133/src/gpu/ganesh/text/
DGrAtlasManager.cpp111 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
/third_party/skia/m133/third_party/externals/libwebp/extras/
Dextras.c56 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
/third_party/skia/m133/src/core/
DSkCompressedDataUtils.cpp170 static SkPMColor from565(uint16_t rgb565) { in from565()
/third_party/skia/src/core/
DSkCompressedDataUtils.cpp161 static SkPMColor from565(uint16_t rgb565) { in from565()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h386 uint16_t rgb565; member
/third_party/skia/m133/tests/
DReadPixelsTest.cpp414 static const uint16_t rgb565[kNumPixels] = { variable
/third_party/skia/tests/
DReadPixelsTest.cpp390 static const uint16_t rgb565[kNumPixels] = { variable
/third_party/skia/m133/third_party/externals/libwebp/src/dsp/
Dyuv_sse2.c160 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
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c148 uint16_t rgb565; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse2.c157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local
159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local