Home
last modified time | relevance | path

Searched refs:eglChooseConfig_t (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_dispatch.h28 eglChooseConfig_t eglChooseConfig;
73eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseC… in set_eglChooseConfig()
Degl_proc.h29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*); typedef
Degl_dispatch.cpp37 ptr = dlsym(libEGL,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr); in loadEGL()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h28 eglChooseConfig_t eglChooseConfig;
Degl_proc.h29 typedef EGLBoolean (EGLAPIENTRY *eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint,… typedef
DEGLDispatch.cpp42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig"); in init_egl_dispatch()