Searched refs:EGL (Results 1 – 25 of 35) sorted by relevance
12
24 EGL/egl_tls.cpp \25 EGL/egl_cache.cpp \26 EGL/egl_display.cpp \27 EGL/egl_object.cpp \28 EGL/egl.cpp \29 EGL/eglApi.cpp \30 EGL/getProcAddress.cpp.arm \31 EGL/Loader.cpp \
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 #XXX31 Requires EGL 1.2.35 This extension is written against the wording of the EGL 1.261 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)73 struct. EGL implementations must guarantee that the lifetime of the145 EGL implementation, the error EGL_BAD_PARAMETER is generated.148 of gralloc usage flags for the EGL implementation, or is incompatible160 EGL implementations are required to support?165 depend on additional EGL extensions, but generally RGB565 and RGBA888 should177 outside of EGL.
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)
27 EGL Extension #XXX31 Requires EGL 1.233 This extension is written against the wording of the EGL 1.5 Specification
1 This directory contains OpenGL ES and EGL extension specifications that have4 The table below tracks usage of EGL enumerant values that have been reserved
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)
21 import javax.microedition.khronos.egl.EGL;100 public static EGL wrap(EGL egl, int configFlags, Writer log) { in wrap()
22 import javax.microedition.khronos.egl.EGL;38 public EGLLogWrapper(EGL egl, int configFlags, Writer log) { in EGLLogWrapper()
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 */
139 case EGL: in set()216 dso = load_driver("GLES", cnx, EGL | GLESv1_CM | GLESv2); in open()221 dso = load_driver("EGL", cnx, EGL); in open()434 if (mask & EGL) { in load_driver()
177 template<typename NATIVE, typename EGL>178 static inline NATIVE* egl_to_native_cast(EGL arg) { in egl_to_native_cast()
44 EGL = 0x01, enumerator
221 <p>The <a href="#egl">EGL APIs</a> are only available starting from API level 9. You can, however,266 <p>The <a href="#egl">EGL APIs</a> are only available starting from API level 9. You can, however,313 <h4 id="egl"> EGL</h4>314 <p>EGL provides a native platform interface for allocating and managing OpenGLES surfaces.316 EGL Native Platform Interface</a>.</p>318 <p>EGL allows you to perform the following operations from native code:</p>321 <li>List supported EGL configurations.</li>326 <p>The following headers provide EGL functionality:</p>328 <li>{@code EGL/egl.h}: the main EGL API definitions.</li>329 <li>{@code EGL/eglext.h}: EGL extension-related definitions.</li>[all …]
24 frameworks/native/opengl/libs/EGL \
131 EGL-related lifecycle, associating EGL context states (created/lost) with139 ndk_helper::GLContext* gl_context_; // handles EGL-related lifecycle.166 lifecycle events and EGL context state changes, using various functionalities349 Applications can normally perform window initializations, such as EGL
83 <li>{@code EGL} corresponds to the platform-specific portion of the graphics API.</li>85 depends on EGL.</li>143 #include <EGL/egl.h>
22 * EGL Extensions
27 * EGL 1.4