Home
last modified time | relevance | path

Searched refs:EGL (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/native/opengl/libs/
DAndroid.bp108 // Build META EGL library
133 srcs: ["EGL/getProcAddress.cpp"],
145 "EGL/BlobCache.cpp",
146 "EGL/FileBlobCache.cpp",
147 "EGL/MultifileBlobCache.cpp",
149 export_include_dirs: ["EGL"],
158 // Don't export EGL/include from the LLNDK variant.
162 "EGL/egl_tls.cpp",
163 "EGL/egl_cache.cpp",
164 "EGL/egl_display.cpp",
[all …]
/frameworks/native/opengl/specs/
DEGL_ANDROID_GLES_layers.txt27 EGL Extension #132
31 EGL client extension
35 Requires EGL 1.5 or EGL_EXT_client_extensions
39 This extension indicates the EGL loader supports GLES layering on Android.
42 See frameworks/native/opengl/libs/EGL/GLES_layers.md in Android for
DEGL_ANDROID_get_native_client_buffer.txt27 EGL Extension #123
31 Requires EGL 1.2.
35 This extension is written against the wording of the EGL 1.2
56 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
68 EGL implementations must guarantee that the lifetime of the returned
84 1. Should this extension define what particular AHardwareBuffer formats EGL
90 additional EGL extensions. The particular valid combinations for a given
DEGL_ANDROID_native_fence_sync.txt27 EGL Extension #50
31 Requires EGL 1.1
33 This extension is written against the wording of the EGL 1.2 Specification
39 This extension enables the creation of EGL fence sync objects that are
41 using a file descriptor. These EGL fence sync objects have nearly
47 object that behaves similarly to an EGL fence sync object. These native
84 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 sync
95 The default values for the EGL native fence sync object attributes are as
109 Additionally, the EGL implementation assumes ownership of the file
[all …]
DEGL_ANDROID_image_native_buffer.txt29 EGL Extension #49
33 EGL 1.2 is required.
37 This extension is written against the wording of the EGL 1.2
59 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."
DEGL_ANDROID_framebuffer_target.txt27 EGL Extension #47
31 Requires EGL 1.0
33 This extension is written against the wording of the EGL 1.4 Specification
61 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DREADME1 This directory contains OpenGL ES and EGL extension specifications that have
4 The table below tracks usage of EGL enumerant values that have been reserved
7 See https://github.com/KhronosGroup/EGL-Registry/blob/master/api/egl.xml
DEGL_ANDROID_front_buffer_auto_refresh.txt27 EGL Extension #XXX
31 Requires EGL 1.2
33 This extension is written against the wording of the EGL 1.5 Specification
DEGL_ANDROID_presentation_time.txt29 EGL Extension #XXX
33 Requires EGL 1.1
35 This extension is written against the wording of the EGL 1.4 Specification
65 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
DEGL_ANDROID_blob_cache.txt27 EGL Extension #48
31 Requires EGL 1.0
33 This extension is written against the wording of the EGL 1.4 Specification
58 as part of the Android EGL module. This extension is not exposed to
60 application that uses EGL if it is supported by the underlying
61 device-specific EGL implementation.
98 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DEGL_ANDROID_recordable.txt27 EGL Extension #51
31 Requires EGL 1.0
33 This extension is written against the wording of the EGL 1.4 Specification
60 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DEGL_ANDROID_get_frame_timestamps.txt35 EGL Extension #XXX
39 Requires EGL 1.2
41 This extension is written against the wording of the EGL 1.5 Specification
108 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
/frameworks/base/opengl/java/android/opengl/
DGLDebugHelper.java21 import javax.microedition.khronos.egl.EGL;
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { in wrap()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGLContext.java23 private static final EGL EGL_INSTANCE = new com.google.android.gles_jni.EGLImpl();
25 public static EGL getEGL() { in getEGL()
DEGL.java19 public interface EGL { interface
DEGL10.java22 public interface EGL10 extends EGL {
/frameworks/native/opengl/libs/EGL/
Degl_entries.in28 /* EGL 1.1 */
35 /* EGL 1.2 */
43 /* EGL 1.3 */
45 /* EGL 1.4 */
47 /* EGL 1.5 */
DLoader.cpp142 case EGL: in set()
604 initialize_api(dso, cnx, EGL); in attempt_to_load_angle()
645 initialize_api(dso, cnx, EGL | GLESv1_CM | GLESv2); in attempt_to_load_updated_driver()
652 initialize_api(dso, cnx, EGL); in attempt_to_load_updated_driver()
679 initialize_api(dso, cnx, EGL | GLESv1_CM | GLESv2); in attempt_to_load_system_driver()
685 initialize_api(dso, cnx, EGL); in attempt_to_load_system_driver()
700 if (mask & EGL) { in initialize_api()
DLoader.h31 EGL = 0x01, enumerator
Degl_object.h214 template <typename NATIVE, typename EGL>
215 static inline NATIVE* egl_to_native_cast(EGL arg) { in egl_to_native_cast()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGLExtHeader.java-if27 * EGL Extensions
52 …* See <a href="https://www.khronos.org/registry/EGL/extensions/ANDROID/EGL_ANDROID_native_fence_sy…
69 Log.d("EGL", "eglDupNativeFence returned " + fd);
/frameworks/native/opengl/
DAndroid.bp31 srcs: ["include/EGL/**/*.h"],
32 license: "include/EGL/NOTICE",
/frameworks/native/opengl/tests/EGLTest/
DAndroid.bp47 "frameworks/native/opengl/libs/EGL",
/frameworks/av/media/codec2/vndk/
Dtypes.cpp176 *to = HConnectionType::EGL; break; in b2h()
192 case HConnectionType::EGL: in h2b()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp169 *to = HConnectionType::EGL; break; in b2h()
185 case HConnectionType::EGL: in h2b()

12