Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGLNativeInternalDisplayType

36     void queryConfigs(EGLNativeInternalDisplayType dpy,int renderable_type,ConfigsList& listOut);
37 bool releasePbuffer(EGLNativeInternalDisplayType dis,EGLNativeSurfaceType pb);
38 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx);
39 bool releaseDisplay(EGLNativeInternalDisplayType dpy);
40 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win);
41 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win);
42 bool validNativePixmap(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType pix);
43 bool checkWindowPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height);
44 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height);
45 bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType);
46 void swapBuffers(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType srfc);
47 void swapInterval(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win,int interval);
50 EGLNativeInternalDisplayType getDefaultDisplay();
51 EGLNativeInternalDisplayType getInternalDisplay(EGLNativeDisplayType dpy);
52 void deleteDisplay(EGLNativeInternalDisplayType idpy);
53 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EglPbufferSurface* pb);
54 EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);