Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Side by Side Diff: third_party/hwcplus/include/vendor/gralloc_drm_defs.h

Issue 336533004: rename vendor/gralloc_drm.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/hwcplus/include/vendor/gralloc_drm.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef VENDOR_GRALLOCDRM_H 5 #ifndef VENDOR_GRALLOCDRM_H
6 #define VENDOR_GRALLOCDRM_H 6 #define VENDOR_GRALLOCDRM_H
7 7
8 #include <sys/cdefs.h> 8 #include <sys/cdefs.h>
9 9
10 __BEGIN_DECLS 10 __BEGIN_DECLS
(...skipping 11 matching lines...) Expand all
22 GRALLOC_MODULE_PERFORM_GET_DRM_FD = 0x80000002, 22 GRALLOC_MODULE_PERFORM_GET_DRM_FD = 0x80000002,
23 GRALLOC_MODULE_PERFORM_GET_DRM_MAGIC = 0x80000003, 23 GRALLOC_MODULE_PERFORM_GET_DRM_MAGIC = 0x80000003,
24 GRALLOC_MODULE_PERFORM_AUTH_DRM_MAGIC = 0x80000004, 24 GRALLOC_MODULE_PERFORM_AUTH_DRM_MAGIC = 0x80000004,
25 GRALLOC_MODULE_PERFORM_ENTER_VT = 0x80000005, 25 GRALLOC_MODULE_PERFORM_ENTER_VT = 0x80000005,
26 GRALLOC_MODULE_PERFORM_LEAVE_VT = 0x80000006, 26 GRALLOC_MODULE_PERFORM_LEAVE_VT = 0x80000006,
27 }; 27 };
28 28
29 __END_DECLS 29 __END_DECLS
30 30
31 #endif /* VENDOR_GRALLOCDRM_H */ 31 #endif /* VENDOR_GRALLOCDRM_H */
OLDNEW
« no previous file with comments | « third_party/hwcplus/include/vendor/gralloc_drm.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698