HomeSort by relevance Sort by last modified time
    Searched refs:eglChooseConfig_t (Results 1 - 9 of 9) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 28 eglChooseConfig_t eglChooseConfig;
EGLDispatch.cpp 42 s_egl.eglChooseConfig = (eglChooseConfig_t) lib->findSymbol("eglChooseConfig");
egl_proc.h 29 typedef EGLBoolean (EGLAPIENTRY *eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
egl_proc.h 29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
egl_dispatch.cpp 31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 28 eglChooseConfig_t eglChooseConfig;
73 eglChooseConfig_t set_eglChooseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; return retval;}
egl_proc.h 29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
egl_dispatch.cpp 37 ptr = dlsym(libEGL,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);

Completed in 24 milliseconds