HomeSort by relevance Sort by last modified time
    Searched refs:downsample_2_3 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMipMap.cpp 200 template <typename F> void downsample_2_3(void* dst, const void* src, size_t srcRB, int count) { function
469 downsample_2_3<ColorTypeFilter_S32>(d, p0, srcRB, count);
521 proc_2_3 = downsample_2_3<ColorTypeFilter_8888>;
532 proc_2_3 = downsample_2_3<ColorTypeFilter_565>;
542 proc_2_3 = downsample_2_3<ColorTypeFilter_4444>;
553 proc_2_3 = downsample_2_3<ColorTypeFilter_8>;
563 proc_2_3 = downsample_2_3<ColorTypeFilter_F16>;
  /external/skqp/src/core/
SkMipMap.cpp 199 template <typename F> void downsample_2_3(void* dst, const void* src, size_t srcRB, int count) { function
468 downsample_2_3<ColorTypeFilter_S32>(d, p0, srcRB, count);
520 proc_2_3 = downsample_2_3<ColorTypeFilter_8888>;
531 proc_2_3 = downsample_2_3<ColorTypeFilter_565>;
541 proc_2_3 = downsample_2_3<ColorTypeFilter_4444>;
552 proc_2_3 = downsample_2_3<ColorTypeFilter_8>;
562 proc_2_3 = downsample_2_3<ColorTypeFilter_F16>;

Completed in 56 milliseconds