/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 319 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 326 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 557 DisplayError HWCLayer::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC() 576 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display.cpp | 745 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 752 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 759 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition() 766 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition() 775 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending() 1150 DisplayError HWCDisplay::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC() 1163 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display.cpp | 687 void HWCDisplay::SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target) { in SetLayerS3DMode() 920 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 927 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 934 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition() 941 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition() 951 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending() 1290 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display.cpp | 687 void HWCDisplay::SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target) { in SetLayerS3DMode() 920 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 927 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 934 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition() 941 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition() 951 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending() 1290 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 127 int target = 0x8D65; in bindAsTexture() local
|
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 127 int target = 0x8D65; in bindAsTexture() local
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 127 int target = 0x8D65; in bindAsTexture() local
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 127 int target = 0x8D65; in bindAsTexture() local
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 383 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 390 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 620 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/sdm845/gps/msm8960/utils/ |
D | loc_target.h | 37 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_target.h | 37 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 490 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 497 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 718 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 500 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect() 507 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect() 715 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
|
/hardware/qcom/sdm845/gps/msm8084/utils/ |
D | loc_target.h | 39 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_target.h | 39 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | loc_target.h | 39 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_target.h | 39 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/google/apf/ |
D | apf_disassembler.c | 57 static void print_jump_target(uint32_t target, uint32_t program_len) { in print_jump_target()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/sdm845/gps/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8996/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_target.h | 40 #define getTargetGnssType(target) (target>>1) argument
|