Home
last modified time | relevance | path

Searched refs:GLESv1_INDEX (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl.cpp136 cnx->hooks[egl_connection_t::GLESv1_INDEX] = &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
Degldefs.h37 enum { GLESv1_INDEX = 0, GLESv2_INDEX = 1 }; enumerator
DLoader.cpp225 ->hooks[egl_connection_t::GLESv1_INDEX] in unload_system_driver()
729 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in initialize_api()
Degl_platform_entries.cpp939 int version = egl_connection_t::GLESv1_INDEX; in eglCreateContextImpl()
949 if (version == egl_connection_t::GLESv1_INDEX) { in eglCreateContextImpl()
1214 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddressImpl()
1246 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[ext_slot] = in eglGetProcAddressImpl()