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

  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl 17 { "eglCreatePlatformWindowSurface", (deFunctionPtr)eglCreatePlatformWindowSurface },
eglwInitCore.inl 17 dst->createPlatformWindowSurface = (eglCreatePlatformWindowSurfaceFunc) loader->get("eglCreatePlatformWindowSurface");
eglwApi.inl 20 #define eglCreatePlatformWindowSurface eglwCreatePlatformWindowSurface
  /external/deqp/framework/egl/
egluNativeWindow.hpp 79 CAPABILITY_CREATE_SURFACE_PLATFORM = (1<<1), //!< EGL surface can be created with eglCreatePlatformWindowSurface()
92 //! Return native pointer that can be used with eglCreatePlatformWindowSurface(). Default implementation throws tcu::NotSupportedError().
egluNativeWindow.cpp 47 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
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;
  /frameworks/native/opengl/tools/glgen2/registry/
egl.xml     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 563 milliseconds