Searched defs:cnx (Results  1 – 10 of 10) sorted by relevance
| /frameworks/native/opengl/libs/EGL/ | 
| D | eglApi.cpp | 50     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 …] 
 | 
| D | egl_platform_entries.cpp | 319     egl_connection_t* const cnx = &gEGLImpl;  in eglGetConfigsImpl()  local 338     egl_connection_t* const cnx = &gEGLImpl;  in eglChooseConfigImpl()  local 398     egl_connection_t* cnx = nullptr;  in eglGetConfigAttribImpl()  local 584 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config,  in getNativePixelFormat() 671 EGLSurface eglCreateWindowSurfaceTmpl(egl_display_t* dp, egl_connection_t* cnx, EGLConfig config,  in eglCreateWindowSurfaceTmpl() 761     egl_connection_t* cnx = nullptr;  in eglCreateWindowSurfaceImpl()  local 773     egl_connection_t* cnx = nullptr;  in eglCreatePlatformWindowSurfaceImpl()  local 814     egl_connection_t* cnx = nullptr;  in eglCreatePlatformPixmapSurfaceImpl()  local 824     egl_connection_t* cnx = nullptr;  in eglCreatePixmapSurfaceImpl()  local 834     egl_connection_t* cnx = nullptr;  in eglCreatePbufferSurfaceImpl()  local [all …] 
 | 
| D | Loader.cpp | 155 static bool should_unload_system_driver(egl_connection_t* cnx) {  in should_unload_system_driver() 193 void Loader::unload_system_driver(egl_connection_t* cnx) {  in unload_system_driver() 225 void* Loader::open(egl_connection_t* cnx) {  in open() 352 void Loader::close(egl_connection_t* cnx)  in close() 567 Loader::driver_t* Loader::attempt_to_load_angle(egl_connection_t* cnx) {  in attempt_to_load_angle() 595 void Loader::attempt_to_init_angle_backend(void* dso, egl_connection_t* cnx) {  in attempt_to_init_angle_backend() 606 Loader::driver_t* Loader::attempt_to_load_updated_driver(egl_connection_t* cnx) {  in attempt_to_load_updated_driver() 640 Loader::driver_t* Loader::attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix,  in attempt_to_load_system_driver() 667 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) {  in initialize_api()
  | 
| D | egl_display.cpp | 133 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 432         egl_connection_t* const cnx = &gEGLImpl;  in terminate()  local
  | 
| D | egl_object.cpp | 52                              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()
  | 
| D | egl.cpp | 135     egl_connection_t* cnx = &gEGLImpl;  in egl_init_drivers_locked()  local
  | 
| D | egl_cache.cpp | 84     egl_connection_t* const cnx = &gEGLImpl;  in initialize()  local
  | 
| D | egl_object.h | 205     egl_connection_t const* cnx;  variable
  | 
| D | egl_layers.cpp | 268 void LayerLoader::InitLayers(egl_connection_t* cnx) {  in InitLayers()
  | 
| /frameworks/native/opengl/libs/GLES2/ | 
| D | gl2.cpp | 275     egl_connection_t* const cnx = egl_get_connection();  in glGetString()  local 280     egl_connection_t* const cnx = egl_get_connection();  in glGetStringi()  local 285     egl_connection_t* const cnx = egl_get_connection();  in glGetBooleanv()  local 290     egl_connection_t* const cnx = egl_get_connection();  in glGetFloatv()  local 295     egl_connection_t* const cnx = egl_get_connection();  in glGetIntegerv()  local 300     egl_connection_t* const cnx = egl_get_connection();  in glGetInteger64v()  local
  |