Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglMacApi.cpp | 133 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() 146 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() 150 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() 174 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext()
|
D | EglX11Api.cpp | 201 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() 214 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() 226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() 247 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext()
|
D | EglWindowsApi.cpp | 446 …FormatMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* … in checkWindowPixelFormatMatch() 458 …FormatMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* … in checkPixmapPixelFormatMatch() 469 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPb… in createPbufferSurface() 514 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext()
|
D | EglDisplay.cpp | 337 EglConfig *cfg = (*m_configs.begin()); in getGlobalSharedContext() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderPreviewManager.java | 594 VaryingConfiguration cfg = (VaryingConfiguration) configuration; in paint() local
|