Searched refs:EGL (Results 1 – 25 of 36) sorted by relevance
12
85 // Build META EGL library115 srcs: ["EGL/getProcAddress.cpp"],127 "EGL/BlobCache.cpp",128 "EGL/FileBlobCache.cpp",130 export_include_dirs: ["EGL"],137 "EGL/egl_tls.cpp",138 "EGL/egl_cache.cpp",139 "EGL/egl_display.cpp",140 "EGL/egl_object.cpp",141 "EGL/egl_layers.cpp",[all …]
27 EGL Extension #13231 EGL client extension35 Requires EGL 1.5 or EGL_EXT_client_extensions39 This extension indicates the EGL loader supports GLES layering on Android.42 See frameworks/native/opengl/libs/EGL/GLES_layers.md in Android for
27 EGL Extension #12331 Requires EGL 1.2.35 This extension is written against the wording of the EGL 1.256 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)68 EGL implementations must guarantee that the lifetime of the returned84 1. Should this extension define what particular AHardwareBuffer formats EGL90 additional EGL extensions. The particular valid combinations for a given
27 EGL Extension #5031 Requires EGL 1.133 This extension is written against the wording of the EGL 1.2 Specification39 This extension enables the creation of EGL fence sync objects that are41 using a file descriptor. These EGL fence sync objects have nearly47 object that behaves similarly to an EGL fence sync object. These native84 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync95 The default values for the EGL native fence sync object attributes are as109 Additionally, the EGL implementation assumes ownership of the file[all …]
29 EGL Extension #4933 EGL 1.2 is required.37 This extension is written against the wording of the EGL 1.259 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)92 the EGL implementation, the error EGL_BAD_PARAMETER is generated."
27 EGL Extension #4731 Requires EGL 1.033 This extension is written against the wording of the EGL 1.4 Specification61 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
1 This directory contains OpenGL ES and EGL extension specifications that have4 The table below tracks usage of EGL enumerant values that have been reserved7 See https://github.com/KhronosGroup/EGL-Registry/blob/master/api/egl.xml
27 EGL Extension #XXX31 Requires EGL 1.233 This extension is written against the wording of the EGL 1.5 Specification
29 EGL Extension #XXX33 Requires EGL 1.135 This extension is written against the wording of the EGL 1.4 Specification65 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
27 EGL Extension #4831 Requires EGL 1.033 This extension is written against the wording of the EGL 1.4 Specification58 as part of the Android EGL module. This extension is not exposed to60 application that uses EGL if it is supported by the underlying61 device-specific EGL implementation.98 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
27 EGL Extension #5131 Requires EGL 1.033 This extension is written against the wording of the EGL 1.4 Specification60 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
35 EGL Extension #XXX39 Requires EGL 1.241 This extension is written against the wording of the EGL 1.5 Specification108 Changes to Chapter 3 of the EGL 1.5 Specification (EGL Functions and Errors)168 eglGetFrameTimestamps over and over without needing to call any other EGL
21 import javax.microedition.khronos.egl.EGL;100 public static EGL wrap(EGL egl, int configFlags, Writer log) { in wrap()
23 private static final EGL EGL_INSTANCE = new com.google.android.gles_jni.EGLImpl();25 public static EGL getEGL() { in getEGL()
19 public interface EGL { interface
21 public interface EGL10 extends EGL {
28 /* EGL 1.1 */35 /* EGL 1.2 */43 /* EGL 1.3 */45 /* EGL 1.4 */47 /* EGL 1.5 */
112 case EGL: in set()646 initialize_api(dso, cnx, EGL); in attempt_to_load_angle()673 initialize_api(dso, cnx, EGL | GLESv1_CM | GLESv2); in attempt_to_load_updated_driver()680 initialize_api(dso, cnx, EGL); in attempt_to_load_updated_driver()704 initialize_api(dso, cnx, EGL | GLESv1_CM | GLESv2); in attempt_to_load_system_driver()710 initialize_api(dso, cnx, EGL); in attempt_to_load_system_driver()725 if (mask & EGL) { in initialize_api()
34 EGL = 0x01, enumerator
219 template<typename NATIVE, typename EGL>220 static inline NATIVE* egl_to_native_cast(EGL arg) { in egl_to_native_cast()
19 srcs: ["include/EGL/**/*.h"],20 license: "include/EGL/NOTICE",
32 "frameworks/native/opengl/libs/EGL",
176 *to = HConnectionType::EGL; break; in b2h()192 case HConnectionType::EGL: in h2b()
169 *to = HConnectionType::EGL; break; in b2h()185 case HConnectionType::EGL: in h2b()
22 * EGL Extensions