Searched defs:DisplayList (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglglobals.h47 _EGLDisplay *DisplayList; member in struct:_egl_global
/external/mesa3d/src/egl/main/
H A Deglglobals.h47 _EGLDisplay *DisplayList; member in struct:_egl_global
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.h46 class PLATFORM_EXPORT DisplayList FINAL : public WTF::RefCounted<DisplayList> {
48 WTF_MAKE_NONCOPYABLE(DisplayList);
50 static PassRefPtr<DisplayList> create(const FloatRect& bounds)
52 return adoptRef(new DisplayList(bounds));
55 virtual ~DisplayList() { }
59 // This entry point will return 0 when the DisplayList is in the midst of
84 DisplayList(const FloatRect& bounds) : m_bounds(bounds) function in class:blink::FINAL
/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc18 typedef std::vector<gfx::Display> DisplayList; typedef in namespace:ash::test
/external/chromium_org/ash/display/
H A Ddisplay_manager.h318 typedef std::vector<gfx::Display> DisplayList; typedef in class:ash::DisplayManager
348 bool UpdateSecondaryDisplayBoundsForLayout(DisplayList* display_list,
367 DisplayList displays_;
H A Ddisplay_manager.cc49 typedef std::vector<gfx::Display> DisplayList; typedef in namespace:ash
297 for (DisplayList::const_iterator iter = displays_.begin();
395 for (DisplayList::const_iterator iter = displays_.begin();
417 for (DisplayList::const_iterator iter = displays_.begin();
428 for (DisplayList::const_iterator iter = displays_.begin();
451 for (DisplayList::const_iterator iter = displays_.begin();
505 for (DisplayList::const_iterator iter = displays_.begin();
741 for (DisplayList::const_iterator iter = displays_.begin();
762 DisplayList removed_displays;
766 DisplayList
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */ member in struct:gl_shared_state
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */ member in struct:gl_shared_state
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 149 milliseconds