Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp121 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()
DEglX11Api.cpp197 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()
DEglWindowsApi.cpp444 …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()
DEglDisplay.cpp338 EglConfig *cfg = (*m_configs.begin()); in getGlobalSharedContext() local
/sdk/emulator/opengl/system/egl/
Degl.cpp88 #define VALIDATE_CONFIG(cfg,ret) \ argument