Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c62ab0a authored by Dan Morrill's avatar Dan Morrill Committed by Android (Google) Code Review
Browse files

Merge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to...

Merge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify filtering based on support for OpenGL ES texture and texture compression formats." into gingerbread
parents 361a6ad1 6f51fc14
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -871,6 +871,15 @@ int doDump(Bundle* bundle)
                                    error.string());
                                goto bail;
                        }
                    } else if (tag == "uses-gl-texture") {
                        String8 name = getAttribute(tree, NAME_ATTR, &error);
                        if (name != "" && error == "") {
                            printf("uses-gl-texture:'%s'\n", name.string());
                        } else {
                            fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n",
                                    error.string());
                                goto bail;
                        }
                    }
                } else if (depth == 3 && withinApplication) {
                    withinActivity = false;