Home
last modified time | relevance | path

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

/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h34 #define eglInitialize t_eglInitialize
133 ANGLE_TRACE_LOADER_EXPORT extern PFNEGLINITIALIZEPROC t_eglInitialize;
Dtrace_egl_loader_autogen.cpp28 ANGLE_TRACE_LOADER_EXPORT PFNEGLINITIALIZEPROC t_eglInitialize; variable
148 t_eglInitialize = reinterpret_cast<PFNEGLINITIALIZEPROC>(loadProc("eglInitialize")); in LoadEGL()