Searched refs:LINK_adreno_compute_fmt_aligned_width_and_height (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_adreno_info.cpp | 61 *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()
|
D | gr_adreno_info.h | 173 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id, variable
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_adreno_info.cpp | 61 *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()
|
D | gr_adreno_info.h | 205 void (*LINK_adreno_compute_fmt_aligned_width_and_height)(int width, int height, int plane_id, variable
|
/hardware/qcom/sdm845/media/libc2dcolorconvert/ |
D | C2DColorConverter.h | 94 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;
|
D | C2DColorConverter.cpp | 94 …mAdrenoComputeFmtAlignedWidthAndHeight = (LINK_adreno_compute_fmt_aligned_width_and_height)dlsym(m… in C2DColorConverter()
|
/hardware/qcom/sm8150/media/libc2dcolorconvert/ |
D | C2DColorConverter.h | 97 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;
|
D | C2DColorConverter.cpp | 93 …mAdrenoComputeFmtAlignedWidthAndHeight = (LINK_adreno_compute_fmt_aligned_width_and_height)dlsym(m… in C2DColorConverter()
|