Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGLNativeInternalDisplayType

211 EGLNativeInternalDisplayType getDefaultDisplay() {
218 return static_cast<EGLNativeInternalDisplayType>(dpy);
221 EGLNativeInternalDisplayType getInternalDisplay(EGLNativeDisplayType display){
228 static HDC getDummyDC(EGLNativeInternalDisplayType display,int cfgId){
310 bool releaseDisplay(EGLNativeInternalDisplayType dpy) {
315 void deleteDisplay(EGLNativeInternalDisplayType idpy){
336 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){
406 void queryConfigs(EGLNativeInternalDisplayType display,int renderableType,ConfigsList& listOut) {
429 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win) {
433 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win) {
438 bool validNativePixmap(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType pix) {
444 bool checkWindowPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width,unsigned int* height) {
456 bool checkPixmapPixelFormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width,unsigned int* height){
467 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPbufferSurface* pbSurface) {
502 bool releasePbuffer(EGLNativeInternalDisplayType display,EGLNativeSurfaceType pb) {
512 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) {
536 bool destroyContext(EGLNativeInternalDisplayType dpy,EGLNativeContextType ctx) {
545 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeContextType ctx) {
563 void swapBuffers(EGLNativeInternalDisplayType display,EGLNativeSurfaceType srfc){
572 void swapInterval(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win,int interval) {