Home
last modified time | relevance | path

Searched refs:LINK_adreno_compute_fmt_aligned_width_and_height (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.cpp61 *reinterpret_cast<void **>(&LINK_adreno_compute_fmt_aligned_width_and_height) = in AdrenoMemInfo()
123 if (LINK_adreno_compute_fmt_aligned_width_and_height) { in AlignUnCompressedRGB()
127 LINK_adreno_compute_fmt_aligned_width_and_height( in AlignUnCompressedRGB()
Dgr_adreno_info.h215 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id, variable
/hardware/qcom/sm7250/display/gralloc/
Dgr_adreno_info.cpp61 *reinterpret_cast<void **>(&LINK_adreno_compute_fmt_aligned_width_and_height) = in AdrenoMemInfo()
124 if (LINK_adreno_compute_fmt_aligned_width_and_height) { in AlignUnCompressedRGB()
128 LINK_adreno_compute_fmt_aligned_width_and_height( in AlignUnCompressedRGB()
Dgr_adreno_info.h223 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id, variable
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.h97 typedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_i… typedef
159 LINK_adreno_compute_fmt_aligned_width_and_height mAdrenoComputeFmtAlignedWidthAndHeight;
DC2DColorConverter.cpp93 …mAdrenoComputeFmtAlignedWidthAndHeight = (LINK_adreno_compute_fmt_aligned_width_and_height)dlsym(m… in C2DColorConverter()
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DC2DColorConverter.h97 typedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_i… typedef
160 LINK_adreno_compute_fmt_aligned_width_and_height mAdrenoComputeFmtAlignedWidthAndHeight;
DC2DColorConverter.cpp101 …mAdrenoComputeFmtAlignedWidthAndHeight = (LINK_adreno_compute_fmt_aligned_width_and_height)dlsym(m… in C2DColorConverter()