Searched defs:cnx (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 51 egl_connection_t* const cnx = &gEGLImpl; in eglGetDisplay() local 66 egl_connection_t* const cnx = &gEGLImpl; in eglGetPlatformDisplay() local 73 egl_connection_t* const cnx = &gEGLImpl; in eglInitialize() local 80 egl_connection_t* const cnx = &gEGLImpl; in eglTerminate() local 88 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs() local 96 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig() local 103 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigAttrib() local 111 egl_connection_t* const cnx = &gEGLImpl; in eglCreateWindowSurface() local 119 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePlatformWindowSurface() local 127 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePixmapSurface() local [all …]
|
D | egl_platform_entries.cpp | 360 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigsImpl() local 383 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfigImpl() local 449 egl_connection_t* cnx = nullptr; in eglGetConfigAttribImpl() local 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() local 809 egl_connection_t* cnx = NULL; in eglCreatePlatformWindowSurfaceImpl() local 850 egl_connection_t* cnx = NULL; in eglCreatePlatformPixmapSurfaceImpl() local 860 egl_connection_t* cnx = nullptr; in eglCreatePixmapSurfaceImpl() local 870 egl_connection_t* cnx = nullptr; in eglCreatePbufferSurfaceImpl() local [all …]
|
D | Loader.cpp | 188 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() 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() 724 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()
|
D | egl_display.cpp | 136 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() local 273 egl_connection_t* const cnx = &gEGLImpl; in initialize() local 297 egl_connection_t* const cnx = &gEGLImpl; in initialize() local 467 egl_connection_t* const cnx = &gEGLImpl; in terminate() local
|
D | egl_object.cpp | 59 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()
|
D | egl.cpp | 99 egl_connection_t*& cnx) { in validate_display_connection() 189 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked() local
|
D | egl_cache.cpp | 82 egl_connection_t* const cnx = &gEGLImpl; in initialize() local
|
D | egl_object.h | 206 egl_connection_t const* cnx; variable
|
D | egl_layers.cpp | 258 void LayerLoader::InitLayers(egl_connection_t* cnx) { in InitLayers()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 304 egl_connection_t* const cnx = egl_get_connection(); in glGetString() local 309 egl_connection_t* const cnx = egl_get_connection(); in glGetStringi() local 314 egl_connection_t* const cnx = egl_get_connection(); in glGetBooleanv() local 319 egl_connection_t* const cnx = egl_get_connection(); in glGetFloatv() local 324 egl_connection_t* const cnx = egl_get_connection(); in glGetIntegerv() local 329 egl_connection_t* const cnx = egl_get_connection(); in glGetInteger64v() local
|