Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance
| /sdk/emulator/opengl/host/libs/Translator/EGL/ |
| D | EglMacApi.cpp | 121 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() 134 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() 138 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() 153 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext()
|
| D | EglX11Api.cpp | 197 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() 210 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() 222 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() 243 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext()
|
| D | EglWindowsApi.cpp | 444 …FormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* … in checkWindowPixelFormatMatch() 456 …FormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* … in checkPixmapPixelFormatMatch() 467 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPb… in createPbufferSurface() 512 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext()
|
| D | EglDisplay.cpp | 338 EglConfig *cfg = (*m_configs.begin()); in getGlobalSharedContext() local
|
| /sdk/emulator/opengl/system/egl/ |
| D | egl.cpp | 88 #define VALIDATE_CONFIG(cfg,ret) \ argument
|