Home
last modified time | relevance | path

Searched refs:LINK_adreno_compute_padding (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
Dalloc_controller.cpp93 *(void **)&LINK_adreno_compute_padding = ::dlsym(libadreno_utils, in AdrenoMemInfo()
121 if ((libadreno_utils) && (LINK_adreno_compute_padding)) { in getStride()
127 stride = LINK_adreno_compute_padding(stride, bpp, in getStride()
Dgr.h99 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp95 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo()
103 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo()
171 } else if(LINK_adreno_compute_padding) { in getAlignedWidthAndHeight()
173 aligned_w = LINK_adreno_compute_padding(width, bpp, in getAlignedWidthAndHeight()
Dgr.h130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp93 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo()
101 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo()
169 } else if(LINK_adreno_compute_padding) { in getAlignedWidthAndHeight()
171 aligned_w = LINK_adreno_compute_padding(width, bpp, in getAlignedWidthAndHeight()
Dgr.h130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp98 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo()
107 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo()
177 } else if(LINK_adreno_compute_padding) { in getAlignedWidthAndHeight()
179 aligned_w = LINK_adreno_compute_padding(width, bpp, in getAlignedWidthAndHeight()
Dgr.h130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp100 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo()
109 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo()
305 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight()
307 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
Dgr.h158 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h169 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
Dalloc_controller.cpp103 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo()
113 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo()
357 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight()
359 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()