Home
last modified time | relevance | path

Searched refs:l_eglInitialize (Results 1 – 2 of 2) sorted by relevance

/external/angle/util/
Degl_loader_autogen.h34 #define eglInitialize l_eglInitialize
133 ANGLE_UTIL_EXPORT extern PFNEGLINITIALIZEPROC l_eglInitialize;
Degl_loader_autogen.cpp28 ANGLE_UTIL_EXPORT PFNEGLINITIALIZEPROC l_eglInitialize; variable
143 l_eglInitialize = reinterpret_cast<PFNEGLINITIALIZEPROC>(loadProc("eglInitialize")); in LoadEGL()