Home
last modified time | relevance | path

Searched defs:cnx (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp50 egl_connection_t* const cnx = &gEGLImpl; in eglGetDisplay() local
65 egl_connection_t* const cnx = &gEGLImpl; in eglGetPlatformDisplay() local
72 egl_connection_t* const cnx = &gEGLImpl; in eglInitialize() local
79 egl_connection_t* const cnx = &gEGLImpl; in eglTerminate() local
87 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs() local
95 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig() local
102 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigAttrib() local
110 egl_connection_t* const cnx = &gEGLImpl; in eglCreateWindowSurface() local
118 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePlatformWindowSurface() local
126 egl_connection_t* const cnx = &gEGLImpl; in eglCreatePixmapSurface() local
[all …]
H A Degl_platform_entries.cpp316 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigsImpl() local
335 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfigImpl() local
395 egl_connection_t* cnx = nullptr; in eglGetConfigAttribImpl() local
743 egl_connection_t* cnx = nullptr; in eglCreateWindowSurfaceImpl() local
755 egl_connection_t* cnx = nullptr; in eglCreatePlatformWindowSurfaceImpl() local
796 egl_connection_t* cnx = nullptr; in eglCreatePlatformPixmapSurfaceImpl() local
806 egl_connection_t* cnx = nullptr; in eglCreatePixmapSurfaceImpl() local
816 egl_connection_t* cnx = nullptr; in eglCreatePbufferSurfaceImpl() local
891 egl_connection_t* cnx = nullptr; in eglCreateContextImpl() local
1095 egl_connection_t* const cnx = &gEGLImpl; in eglWaitGLImpl() local
[all …]
H A DLoader.cpp146 static bool should_unload_system_driver(egl_connection_t* cnx) { in should_unload_system_driver()
174 void Loader::unload_system_driver(egl_connection_t* cnx) { in unload_system_driver()
205 void* Loader::open(egl_connection_t* cnx) in open()
307 void Loader::close(egl_connection_t* cnx) in close()
523 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) { in attempt_to_load_angle()
555 void Loader::init_angle_backend(void* dso, egl_connection_t* cnx) { in init_angle_backend()
566 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) { in attempt_to_load_updated_driver()
600 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, in attempt_to_load_system_driver()
627 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()
H A Degl_display.cpp133 static EGLDisplay getPlatformDisplayAngle(EGLNativeDisplayType display, egl_connection_t* const cnx, in getPlatformDisplayAngle()
190 egl_connection_t* const cnx = &gEGLImpl; in getPlatformDisplay() local
247 egl_connection_t* const cnx = &gEGLImpl; in initialize() local
271 egl_connection_t* const cnx = &gEGLImpl; in initialize() local
420 egl_connection_t* const cnx = &gEGLImpl; in terminate() local
H A Degl_object.cpp52 EGLSurface surface, EGLint colorSpace, egl_connection_t const* cnx) in egl_surface_t()
293 egl_connection_t const* cnx, int version) in egl_context_t()
H A Degl.cpp135 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked() local
H A Degl_cache.cpp74 egl_connection_t* const cnx = &gEGLImpl; in initialize() local
H A Degl_object.h205 egl_connection_t const* cnx; variable
H A Degl_layers.cpp268 void LayerLoader::InitLayers(egl_connection_t* cnx) { in InitLayers()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp304 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
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/source/
H A DMediaBrowserConnector.java201 private void sendNewState(ConnectionStatus cnx) { in sendNewState()