• Home
Name Date Size #Lines LOC

..--

EGL/03-May-2024-1,047726

GLES2/03-May-2024-2,4771,740

KHR/03-May-2024-27092

DEPSD03-May-202420 32

LICENSED03-May-20242.5 KiB4938

OWNERSD03-May-202436 32

README.chromiumD03-May-2024928 3226

khronos.gypD03-May-2024416 1917

khronos_headers.target.darwin-arm.mkD03-May-20241.1 KiB3922

khronos_headers.target.darwin-mips.mkD03-May-20241.1 KiB3922

khronos_headers.target.darwin-x86.mkD03-May-20241.1 KiB3922

khronos_headers.target.linux-arm.mkD03-May-20241.1 KiB3922

khronos_headers.target.linux-mips.mkD03-May-20241.1 KiB3922

khronos_headers.target.linux-x86.mkD03-May-20241.1 KiB3922

README.chromium

1Name: Khronos header files
2Short Name: khronos_headers
3URL: http://www.khronos.org/registry
4Version: unknown
5Date: 2012-02-01
6License: MIT/X11, SGI Free Software License B
7Security Critical: no
8
9Description:
10This package contains header files for the EGL and OpenGL ES 2.0 APIs from
11Khronos. They are used for compiling code against these APIs as well as for
12generating the GL binding initialization logic.
13
14MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
15for GLES2/*.
16
17Local Modifications:
18
19NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2}
20and not here.
21
22GLES2/gl2.h
23 - Added include of gl2chromium.h
24GLES2/gl2ext.h
25 - Added Chromium and Angle extensions.
26 - Added include of gl2chromium.h
27EGL/eglplatform.h
28 - Added EGLNative*Type for Mac.
29 - Added EGLNative*Type for native linux framebuffers.
30DEPS
31 - Added DEPS file to prevent inclusion of external dependencies.
32