Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 10 of 10) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglOsApi.h44 …tMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width…
45 …tMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width…
54 …EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EglPbuff…
55 …EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContex…
DEglX11Api.cpp201 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() argument
205 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_RED_SIZE,&r)); in checkWindowPixelFormatMatch()
206 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_GREEN_SIZE,&g)); in checkWindowPixelFormatMatch()
207 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_BLUE_SIZE,&b)); in checkWindowPixelFormatMatch()
214 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() argument
217 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_RED_SIZE,&r)); in checkPixmapPixelFormatMatch()
218 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_GREEN_SIZE,&g)); in checkPixmapPixelFormatMatch()
219 IS_SUCCESS(glXGetFBConfigAttrib(dpy,cfg->nativeConfig(),GLX_BLUE_SIZE,&b)); in checkPixmapPixelFormatMatch()
226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() argument
236 GLXPbuffer pb = glXCreatePbuffer(dpy,cfg->nativeConfig(),attribs); in createPbufferSurface()
[all …]
DEglMacApi.cpp133 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch() argument
137 cfg->getConfAttrib(EGL_RED_SIZE,&r); in checkWindowPixelFormatMatch()
138 cfg->getConfAttrib(EGL_GREEN_SIZE,&g); in checkWindowPixelFormatMatch()
139 cfg->getConfAttrib(EGL_BLUE_SIZE,&b); in checkWindowPixelFormatMatch()
146 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch() argument
150 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface() argument
174 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext() argument
175 return nsCreateContext(cfg->nativeConfig(),sharedContext); in createContext()
DEglWindowsApi.cpp446 …tMatch(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,unsigned int* width… in checkWindowPixelFormatMatch() argument
452 EGLNativePixelFormatType nativeConfig = cfg->nativeConfig(); in checkWindowPixelFormatMatch()
453 bool ret = SetPixelFormat(dc,cfg->nativeId(),&nativeConfig); in checkWindowPixelFormatMatch()
458 …tMatch(EGLNativeInternalDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,unsigned int* width… in checkPixmapPixelFormatMatch() argument
469 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPb… in createPbufferSurface() argument
472 HDC dpy = getDummyDC(display,cfg->nativeId()); in createPbufferSurface()
496 …EGLNativePbufferType pb = s_wglExtProcs->wglCreatePbufferARB(dpy,cfg->nativeId(),width,height,pbAt… in createPbufferSurface()
514 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext() argument
517 HDC dpy = getDummyDC(display,cfg->nativeId()); in createContext()
519 if(!display->isPixelFormatSet(cfg->nativeId())){ in createContext()
[all …]
DEglImp.cpp108 EglConfig* cfg = dpy->getConfig(EGLConfig); \
109 if(!cfg) { \
472 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE; in eglGetConfigAttrib()
481 if(!(cfg->surfaceType() & EGL_WINDOW_BIT)) { in eglCreateWindowSurface()
495 if(!EglOS::checkWindowPixelFormatMatch(dpy->nativeType(),win,cfg,&width,&height)) { in eglCreateWindowSurface()
498 SurfacePtr wSurface(new EglWindowSurface(dpy, win,cfg,width,height)); in eglCreateWindowSurface()
509 if(!(cfg->surfaceType() & EGL_PBUFFER_BIT)) { in eglCreatePbufferSurface()
514 SurfacePtr pbSurface(new EglPbufferSurface(dpy,cfg)); in eglCreatePbufferSurface()
539 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr); in eglCreatePbufferSurface()
554 if(!(cfg->surfaceType() & EGL_PIXMAP_BIT)) { in eglCreatePixmapSurface()
[all …]
DEglDisplay.cpp337 EglConfig *cfg = (*m_configs.begin()); in getGlobalSharedContext() local
338 m_globalSharedContext = EglOS::createContext(m_dpy,cfg,NULL); in getGlobalSharedContext()
/sdk/
D.gitignore7 testapps/testSensors/proguard.cfg
Dchanges.txt32 * The default proguard.cfg file has been updated with better
/sdk/emulator/opengl/
DDESIGN423 Meta EGL/GLES system libraries, and egl.cfg:
445 /system/lib/egl/egl.cfg which must contain two lines that look like:
464 The egl.cfg that comes with this project uses the name "emulation" for the
465 hardware libraries. This means that it provides an egl.cfg file that contains
471 See $EMUGL_GUEST/system/egl/egl.cfg and more generally the following build
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java594 VaryingConfiguration cfg = (VaryingConfiguration) configuration; in paint() local
595 int flags = cfg.getAlternateFlags() | cfg.getOverrideFlags(); in paint()