Searched refs:configs (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/base/opengl/include/EGL/
H A Degl.h257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
260 EGLConfig *configs, EGLint config_size,
/frameworks/base/tools/aapt/
H A DCommand.cpp454 // non-default values for some configs so that we can retrieve resources
593 Vector<ResTable_config> configs; local
594 res.getConfigurations(&configs);
596 const size_t NC = configs.size();
598 int dens = configs[i].density;
1365 Vector<ResTable_config> configs; local
1366 res.getConfigurations(&configs);
1367 const size_t N = configs.size();
1369 printf("%s\n", configs[i].toString().string());
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk14 # architectures should do so using distinct configs, with the
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java854 "No configs match configSpec");
857 EGLConfig[] configs = new EGLConfig[numConfigs];
858 if (!egl.eglChooseConfig(display, mConfigSpec, configs, numConfigs,
862 EGLConfig config = chooseConfig(egl, display, configs);
870 EGLConfig[] configs);
917 EGLConfig[] configs) {
918 for (EGLConfig config : configs) {
869 chooseConfig(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
916 chooseConfig(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java608 EGLConfig[] configs = new EGLConfig[1];
610 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
614 return configs[0];
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java211 * @param configs A mask of the changing configuration parameters, as
216 public void setChangingConfigurations(int configs) { argument
217 mChangingConfigurations = configs;
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp204 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(config)].impl];
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java554 public void setStoreConfigs(int configs[]) { argument
555 if (configs == null) {
560 final int count = configs.length;
564 final int config = configs[i];
/frameworks/base/opengl/libagl/
H A Degl.cpp859 * Additionally, all configs must be sorted according to
891 // These configs can override the base attribute list
894 // 565 configs
919 // RGB 888 configs
944 // 8888 configs
969 // A8 configs
1111 // look for the attribute in all of our configs
1419 EGLConfig *configs,
1426 if (!configs) {
1432 *configs
1418 eglGetConfigs( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
1438 eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1403 Vector<const ResTable_type*> configs; member in struct:android::ResTable::Type
2185 // Discard thisConfig not only if bestItem is more specific, but also if the two configs
2771 if (typeConfigs == NULL || typeConfigs->configs.size() <= 0) {
2776 size_t NTC = typeConfigs->configs.size();
2778 const ResTable_type* const ty = typeConfigs->configs[tci];
3864 void ResTable::getConfigurations(Vector<ResTable_config>* configs) const
3876 const size_t L = type->configs.size();
3878 const ResTable_type* config = type->configs[l];
3881 const size_t M = configs->size();
3884 if (0 == (*configs)[
3900 Vector<ResTable_config> configs; local
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1257 // We assume that larger configs have already been filtered
1265 // assuming the invalid configs (with smaller dimens) have
1414 // assuming the invalid configs (with smaller sizes) have
2061 void getConfigurations(Vector<ResTable_config>* configs) const;

Completed in 266 milliseconds

12