Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
Dhooks.h66 struct egl_t { struct
/frameworks/native/opengl/libs/EGL/
Degldefs.h66 egl_t egl;
Degl_layers.cpp56 const int kFuncCount = sizeof(platform_impl_t) / sizeof(char*) + sizeof(egl_t) / sizeof(char*) +
DLoader.cpp634 egl_t* egl = &cnx->egl; in initialize_api()