Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.cpp61 *reinterpret_cast<void **>(&LINK_adreno_compute_fmt_aligned_width_and_height) = in AdrenoMemInfo()
128 if (LINK_adreno_compute_fmt_aligned_width_and_height) { in AlignUnCompressedRGB()
132 LINK_adreno_compute_fmt_aligned_width_and_height( in AlignUnCompressedRGB()
Dgr_adreno_info.h173 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id, variable
/hardware/qcom/sdm845/media/libc2dcolorconvert/
DC2DColorConverter.h94 typedef void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_i… typedef
154 LINK_adreno_compute_fmt_aligned_width_and_height mAdrenoComputeFmtAlignedWidthAndHeight;
DC2DColorConverter.cpp94 …mAdrenoComputeFmtAlignedWidthAndHeight = (LINK_adreno_compute_fmt_aligned_width_and_height)dlsym(m… in C2DColorConverter()