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

  /device/google/cuttlefish_common/guest/libs/eglwrapper/
egl_wrapper_context.h 18 eglCreateWindowSurface_wrapper_proc_t eglCreateWindowSurface;
egl_wrapper_entry.cpp 13 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list);
86 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint* attrib_list)
89 return ctx->eglCreateWindowSurface( dpy, config, win, attrib_list);
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 36 EGLSurface (*eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
main.cpp 430 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
671 this->eglCreateWindowSurface = egl::CreateWindowSurface;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 323 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
egl_dispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 1032 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 914 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
931 * eglCreateWindowSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
932 * eglCreateWindowSurface(), the type of `native_window` is an Xlib
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 381 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list)
383 return libEGL->eglCreateWindowSurface(dpy, config, window, attrib_list);
    [all...]

Completed in 1149 milliseconds