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

  /external/skia/src/core/
SkMipMap.cpp 166 template <typename F> void downsample_2_1(void* dst, const void* src, size_t srcRB, int count) { function
510 proc_2_1 = downsample_2_1<ColorTypeFilter_S32>;
519 proc_2_1 = downsample_2_1<ColorTypeFilter_8888>;
530 proc_2_1 = downsample_2_1<ColorTypeFilter_565>;
540 proc_2_1 = downsample_2_1<ColorTypeFilter_4444>;
551 proc_2_1 = downsample_2_1<ColorTypeFilter_8>;
561 proc_2_1 = downsample_2_1<ColorTypeFilter_F16>;
  /external/skqp/src/core/
SkMipMap.cpp 165 template <typename F> void downsample_2_1(void* dst, const void* src, size_t srcRB, int count) { function
509 proc_2_1 = downsample_2_1<ColorTypeFilter_S32>;
518 proc_2_1 = downsample_2_1<ColorTypeFilter_8888>;
529 proc_2_1 = downsample_2_1<ColorTypeFilter_565>;
539 proc_2_1 = downsample_2_1<ColorTypeFilter_4444>;
550 proc_2_1 = downsample_2_1<ColorTypeFilter_8>;
560 proc_2_1 = downsample_2_1<ColorTypeFilter_F16>;

Completed in 55 milliseconds