Searched refs:LINK_adreno_compute_padding (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8960/libgralloc/ |
D | alloc_controller.cpp | 93 *(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()
|
D | gr.h | 99 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 95 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()
|
D | gr.h | 130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 93 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()
|
D | gr.h | 130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 98 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()
|
D | gr.h | 130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.cpp | 100 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()
|
D | gr.h | 158 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gr.h | 169 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
D | alloc_controller.cpp | 103 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()
|