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

  /external/mesa3d/src/egl/
egl-symbols-check 24 eglCreatePlatformWindowSurface
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl 17 { "eglCreatePlatformWindowSurface", (deFunctionPtr)eglCreatePlatformWindowSurface },
eglwApi.inl 20 #define eglCreatePlatformWindowSurface eglwCreatePlatformWindowSurface
  /external/mesa3d/src/egl/main/
eglentrypoint.h 21 EGL_ENTRYPOINT(eglCreatePlatformWindowSurface)
eglapi.c 886 * eglCreatePlatformWindowSurface fails when called with a <display>
959 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config,
1010 * [Like eglCreatePlatformWindowSurface,] eglCreatePlatformPixmapSurface
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 20 eglw::EGLSurface eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list);
egluCallLogWrapper.inl 152 eglw::EGLSurface CallLogWrapper::eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list)
155 m_log << TestLog::Message << "eglCreatePlatformWindowSurface(" << dpy << ", " << toHex(config) << ", " << native_window << ", " << attrib_list << ");" << TestLog::EndMessage;
  /external/mesa3d/include/EGL/
egl.h 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
  /external/swiftshader/include/EGL/
egl.h 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 590 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list)
libEGL.cpp     [all...]

Completed in 67 milliseconds