Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_dispatch.h40 eglSurfaceAttrib_t eglSurfaceAttrib;
85eglSurfaceAttrib_t set_eglSurfaceAttrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSur… in set_eglSurfaceAttrib()
Degl_proc.h41 typedef EGLBoolean (* eglSurfaceAttrib_t) (EGLDisplay, EGLSurface, EGLint, EGLint); typedef
Degl_dispatch.cpp49 ptr = dlsym(libEGL,"eglSurfaceAttrib"); disp->set_eglSurfaceAttrib((eglSurfaceAttrib_t)ptr); in loadEGL()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h40 eglSurfaceAttrib_t eglSurfaceAttrib;
Degl_proc.h41 typedef EGLBoolean (EGLAPIENTRY *eglSurfaceAttrib_t) (EGLDisplay, EGLSurface, EGLint, EGLint); typedef
DEGLDispatch.cpp54 s_egl.eglSurfaceAttrib = (eglSurfaceAttrib_t) lib->findSymbol("eglSurfaceAttrib"); in init_egl_dispatch()