Searched refs:EGL (Results 1 – 25 of 51) sorted by relevance
123
1 dEQP-EGL.info.version2 dEQP-EGL.info.vendor3 dEQP-EGL.info.client_apis4 dEQP-EGL.info.extensions5 dEQP-EGL.info.configs6 dEQP-EGL.functional.create_context.rgb565_no_depth_no_stencil7 dEQP-EGL.functional.create_context.rgb565_no_depth_stencil8 dEQP-EGL.functional.create_context.rgb565_depth_no_stencil9 dEQP-EGL.functional.create_context.rgb888_no_depth_no_stencil10 dEQP-EGL.functional.create_context.rgb888_no_depth_stencil[all …]
1 dEQP-EGL.functional.choose_config.random.all2 dEQP-EGL.functional.choose_config.random.buffer_sizes3 dEQP-EGL.functional.choose_config.random.color_depth_stencil_sizes4 dEQP-EGL.functional.choose_config.random.color_sizes5 dEQP-EGL.functional.choose_config.random.sample_buffers6 dEQP-EGL.functional.choose_config.random.surface_type7 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_mask_size8 dEQP-EGL.functional.choose_config.simple.selection_and_sort.alpha_size9 dEQP-EGL.functional.choose_config.simple.selection_and_sort.bind_to_texture_rgb10 dEQP-EGL.functional.choose_config.simple.selection_and_sort.bind_to_texture_rgba[all …]
1 dEQP-EGL.info.*2 dEQP-EGL.functional.*
24 EGL Extension #not assigned28 Requires EGL 1.4 or later. This extension is written against the29 wording of the EGL 1.4 specification.37 wl_display means that the EGL implementation should provide one or44 EGL implementation to define specific wayland requests and events,45 needed for buffer sharing in an EGL wayland platform.80 Additions to the EGL 1.4 Specification:104 not an EGL wl_buffer (wl_shm and other wayland extensions can107 EGL and the compositor should have another way to get the buffer
23 EGL Extension #not assigned27 Requires EGL 1.4 or later. This extension is written against the28 wording of the EGL 1.4 specification.80 Additions to the EGL 1.4 Specification:
3 Notes about the EGL library:6 The EGL code here basically consists of two things:8 1. An EGL API dispatcher. This directly routes all the eglFooBar() API11 2. Fallbacks for EGL API functions. A driver _could_ implement all the12 EGL API calls from scratch. But in many cases, the fallbacks provided27 populated with all the EGL entrypoints. Typically, _eglInitDriverFallbacks()42 Certain EGL functions _must_ be implemented by the driver. This includes:
7 Description: Mesa EGL library
2 # SConscript for EGL
6 # OpenGL (ES) & EGL tests do not require any libraries or headers14 find_library(EGL_LIBRARY NAMES libEGL EGL)18 find_path(EGL_INCLUDE_PATH EGL/egl.h)
2 message("*** Using dynamic EGL target")3 set(DEQP_TARGET_NAME "EGL (run-time linking)")
2 message("*** Using X11 EGL target")3 set(DEQP_TARGET_NAME "X11 EGL")
2 message("*** Using X11 EGL/GLX target")3 set(DEQP_TARGET_NAME "X11 EGL/GLX")
17 # EGL lib19 find_library(EGL_LIBRARY EGL PATHS /usr/lib)
22 # EGL lib23 find_library(EGL_LIBRARY EGL PATHS /usr/lib /opt/vc/lib)
29 EGL 1.0 or later.33 EGL 1.1 supports three types of drawing surfaces:130 Resolution: Omit. The EGL 1.2 specification includes queries for166 The EGL 1.x specification doesn't seem to be totally consistent183 Suppose one wants to change the screen's size in the EGL application.228 Should there be an EGL mechanism for detecting this? Maybe an318 Additions to Chapter X of the EGL 1.1 Specification320 [XXX this all has to be rewritten to fit into the EGL specification321 and match the conventions of an EGL extension. For now, just list347 in the EGL specification for more information.[all …]
2 * drawElements Quality Program EGL Utilities21 * \brief EGL wrapper base types.
1 # EGL Wrapper
4 * Generated from Khronos EGL API description (egl.xml) revision 31042.
1 # dEQP-EGL96 # EGL tests require headers from Android port directory
89 EGL section in State Trackers92 Tracker for the Khronos EGL standard, used to set up GL and GLES contexts103 :ref:`EGL`.
22 + dEQP-EGL.functional.resize.*34 Checks for EGL surface behavior when the surface's native window is resized by external means.
58 EGL_LIB = EGL109 # native platforms EGL should support139 # EGL driver install directory
47 message(FATAL_ERROR "At least one of EGL and GLX must be enabled for X11")106 # Link to eglutil if platform supports EGL
12 # EGL utilities
1 # EGL utilities