Searched defs:cformat (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp903 static int is_alpha(int cformat) argument
906 switch (cformat & 0xFF) {
918 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp909 static int is_alpha(int cformat) argument
912 switch (cformat & 0xFF) {
924 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp883 static int is_alpha(int cformat) argument
886 switch (cformat & 0xFF) {
898 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_c2d.cpp912 static int is_alpha(int cformat) argument
915 switch (cformat & 0xFF) {
927 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))

Completed in 570 milliseconds