HomeSort by relevance Sort by last modified time
    Searched defs:rgb565 (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/text/
GrGlyphCache.cpp 102 // A8, RGB565, or RGBA8888.
161 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); local
162 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 255 // A8, RGB565, or RGBA8888.
314 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); local
315 expand_bits(rgb565, bits, width, height, dstRB, srcRB);
  /external/skia/tests/
ReadPixelsTest.cpp 492 static const uint16_t rgb565[kNumPixels] = { variable
516 return rgb565;
  /external/skqp/tests/
ReadPixelsTest.cpp 492 static const uint16_t rgb565[kNumPixels] = { variable
516 return rgb565;
  /external/webp/src/dsp/
yuv_sse2.c 157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); local
159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); local
161 _mm_storeu_si128((__m128i*)dst, rgb565);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 825 Bitmap rgb565 = BitmapFactory.decodeResource(mRes, id, opts); local
    [all...]

Completed in 318 milliseconds