Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Config

296         Bitmap.Config bc = b.getConfig();
955 final Bitmap.Config bc = b.getConfig();
956 if (bc == Bitmap.Config.ALPHA_8) {
959 if (bc == Bitmap.Config.ARGB_4444) {
962 if (bc == Bitmap.Config.ARGB_8888) {
965 if (bc == Bitmap.Config.RGB_565) {