Home
last modified time | relevance | path

Searched refs:egl_connection_t (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp51 egl_connection_t* const cnx = &gEGLImpl; in eglGetDisplay()
66 egl_connection_t* const cnx = &gEGLImpl; in eglGetPlatformDisplay()
73 egl_connection_t* const cnx = &gEGLImpl; in eglInitialize()
80 egl_connection_t* const cnx = &gEGLImpl; in eglTerminate()
88 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
96 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
103 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigAttrib()
111 egl_connection_t* const cnx = &gEGLImpl; in eglCreateWindowSurface()
119 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePlatformWindowSurface()
127 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePixmapSurface()
[all …]
DLoader.h28 struct egl_connection_t;
53 void* open(egl_connection_t* cnx);
54 void close(egl_connection_t* cnx);
58 driver_t* attempt_to_load_angle(egl_connection_t* cnx);
59 driver_t* attempt_to_load_updated_driver(egl_connection_t* cnx);
60 …driver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exac…
61 void unload_system_driver(egl_connection_t* cnx);
62 void initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask);
Degl.cpp41 egl_connection_t gEGLImpl;
99 egl_connection_t*& cnx) { in validate_display_connection()
169 egl_connection_t* egl_get_connection() { in egl_get_connection()
189 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
190 cnx->hooks[egl_connection_t::GLESv1_INDEX] = &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
191 cnx->hooks[egl_connection_t::GLESv2_INDEX] = &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
Degl_platform_entries.cpp360 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigsImpl()
383 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfigImpl()
449 egl_connection_t* cnx = nullptr; in eglGetConfigAttribImpl()
622 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat()
707 EGLSurface eglCreateWindowSurfaceTmpl(egl_display_ptr dp, egl_connection_t* cnx, EGLConfig config, in eglCreateWindowSurfaceTmpl()
797 egl_connection_t* cnx = NULL; in eglCreateWindowSurfaceImpl()
809 egl_connection_t* cnx = NULL; in eglCreatePlatformWindowSurfaceImpl()
850 egl_connection_t* cnx = NULL; in eglCreatePlatformPixmapSurfaceImpl()
860 egl_connection_t* cnx = nullptr; in eglCreatePixmapSurfaceImpl()
870 egl_connection_t* cnx = nullptr; in eglCreatePbufferSurfaceImpl()
[all …]
Degldefs.h41 struct egl_connection_t { struct
47 inline egl_connection_t() : dso(nullptr), in egl_connection_t() argument
104 extern egl_connection_t gEGLImpl; argument
DLoader.cpp188 static bool should_unload_system_driver(egl_connection_t* cnx) { in should_unload_system_driver()
218 void Loader::unload_system_driver(egl_connection_t* cnx) { in unload_system_driver()
223 ->hooks[egl_connection_t::GLESv2_INDEX] in unload_system_driver()
227 ->hooks[egl_connection_t::GLESv1_INDEX] in unload_system_driver()
249 void* Loader::open(egl_connection_t* cnx) in open()
349 void Loader::close(egl_connection_t* cnx) in close()
549 static void* load_angle(const char* kind, android_namespace_t* ns, egl_connection_t* cnx) { in load_angle()
633 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
660 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
697 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
[all …]
Degl_object.h135 EGLint colorSpace, egl_connection_t const* cnx);
157 egl_connection_t const* cnx;
196 egl_connection_t const* cnx, int version);
206 egl_connection_t const* cnx;
Degl_display.cpp136 static bool addAnglePlatformAttributes(egl_connection_t* const cnx, in addAnglePlatformAttributes()
175 static EGLDisplay getPlatformDisplayAngle(EGLNativeDisplayType display, egl_connection_t* const cnx, in getPlatformDisplayAngle()
222 egl_connection_t* const cnx = &gEGLImpl; in getPlatformDisplay()
273 egl_connection_t* const cnx = &gEGLImpl; in initialize()
297 egl_connection_t* const cnx = &gEGLImpl; in initialize()
467 egl_connection_t* const cnx = &gEGLImpl; in terminate()
Degl_display.h43 struct egl_connection_t;
190 egl_connection_t*& cnx);
Degl_layers.cpp258 void LayerLoader::InitLayers(egl_connection_t* cnx) { in InitLayers()
287 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
321 curr = reinterpret_cast<EGLFuncPointer*>(&cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl); in InitLayers()
Degl_layers.h48 void InitLayers(egl_connection_t*);
Degl_object.cpp59 EGLSurface surface, EGLint colorSpace, egl_connection_t const* cnx) in egl_surface_t()
282 egl_connection_t const* cnx, int version) : in egl_context_t()
Degl_cache.cpp82 egl_connection_t* const cnx = &gEGLImpl; in initialize()
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp304 egl_connection_t* const cnx = egl_get_connection(); in glGetString()
309 egl_connection_t* const cnx = egl_get_connection(); in glGetStringi()
314 egl_connection_t* const cnx = egl_get_connection(); in glGetBooleanv()
319 egl_connection_t* const cnx = egl_get_connection(); in glGetFloatv()
324 egl_connection_t* const cnx = egl_get_connection(); in glGetIntegerv()
329 egl_connection_t* const cnx = egl_get_connection(); in glGetInteger64v()
/frameworks/native/opengl/libs/
Degl_impl.h35 EGLAPI egl_connection_t* egl_get_connection();