Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degldefs.h36 GLESv1_INDEX = 0, enumerator
Degl.cpp312 cnx->hooks[egl_connection_t::GLESv1_INDEX] = in egl_init_drivers_locked()
313 &gHooks[egl_connection_t::GLESv1_INDEX]; in egl_init_drivers_locked()
DLoader.cpp400 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, in load_driver()
DeglApi.cpp643 version = egl_connection_t::GLESv1_INDEX; in eglCreateContext()
957 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] = in eglGetProcAddress()
/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()