Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degldefs.h34 struct egl_connection_t { struct
40 inline egl_connection_t() : dso(0) { } in egl_connection_t() argument
62 extern egl_connection_t gEGLImpl; argument
Degl.cpp49 egl_connection_t gEGLImpl;
262 egl_connection_t*& cnx) { in validate_display_connection()
310 egl_connection_t* cnx = &gEGLImpl; in egl_init_drivers_locked()
312 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked()
313 &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
314 cnx->hooks[egl_connection_t::GLESv2_INDEX] = in egl_init_drivers_locked()
315 &gHooks[egl_connection_t::GLESv2_INDEX]; in egl_init_drivers_locked()
DeglApi.cpp272 egl_connection_t* const cnx = &gEGLImpl; in eglGetConfigs()
297 egl_connection_t* const cnx = &gEGLImpl; in eglChooseConfig()
363 egl_connection_t* cnx = NULL; in eglGetConfigAttrib()
406 egl_connection_t* cnx = NULL; in eglCreateWindowSurface()
528 egl_connection_t* cnx = NULL; in eglCreatePixmapSurface()
547 egl_connection_t* cnx = NULL; in eglCreatePbufferSurface()
622 egl_connection_t* cnx = NULL; in eglCreateContext()
643 version = egl_connection_t::GLESv1_INDEX; in eglCreateContext()
645 version = egl_connection_t::GLESv2_INDEX; in eglCreateContext()
774 egl_connection_t* const cnx = &gEGLImpl; in eglMakeCurrent()
[all …]
DLoader.h34 struct egl_connection_t;
60 void* open(egl_connection_t* cnx);
65 void *load_driver(const char* kind, egl_connection_t* cnx, uint32_t mask);
Degl_object.h134 egl_connection_t const* cnx);
139 egl_connection_t const* cnx;
149 egl_connection_t const* cnx, int version);
159 egl_connection_t const* cnx;
Degl_object.cpp66 egl_connection_t const* cnx) : in egl_surface_t()
88 egl_connection_t const* cnx, int version) : in egl_context_t()
DLoader.cpp170 void* Loader::open(egl_connection_t* cnx) in open()
262 egl_connection_t* cnx, uint32_t mask) in load_driver()
400 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver()
407 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl, in load_driver()
Degl_display.cpp108 egl_connection_t* const cnx = &gEGLImpl; in getDisplay()
149 egl_connection_t* const cnx = &gEGLImpl; in initialize()
249 egl_connection_t* const cnx = &gEGLImpl; in terminate()
380 egl_connection_t* const cnx = &gEGLImpl; in incWakeCount()
405 egl_connection_t* const cnx = &gEGLImpl; in decWakeCount()
Degl_display.h42 class egl_connection_t; variable
252 egl_connection_t*& cnx);
Degl_cache.cpp92 egl_connection_t* const cnx = &gEGLImpl; in initialize()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp594 if (context->getVersion() == egl_connection_t::GLESv1_INDEX) { in trace_VertexAttribPointerDataForGlDrawArrays()
611 if (context->getVersion() == egl_connection_t::GLESv1_INDEX) { in trace_VertexAttribPointerDataForGlDrawElements()