Searched refs:changeResolution (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 85 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig) { in changeResolution() function 171 changeResolution(ctx, info.xres, info.yres); in openFramebufferDevice()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 86 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, in changeResolution() function 178 changeResolution(ctx, info.xres, info.yres, info.width, info.height); in openFramebufferDevice()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 115 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, in changeResolution() function 261 changeResolution(ctx, info.xres, info.yres, info.width, info.height); in openFramebufferDevice()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 95 void changeResolution(hwc_context_t *ctx, int xres_orig, int yres_orig, in changeResolution() function 237 changeResolution(ctx, info.xres, info.yres, info.width, info.height); in openFramebufferDevice()
|