Searched refs:pixelFormatToConfig (Results 1 - 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglMacApi.cpp30 static EglConfig* pixelFormatToConfig(int index,int renderableType,EGLNativePixelFormatType* frmt){ function in namespace:EglOS
107 EglConfig* conf = pixelFormatToConfig(i++,renderableType,&frmt);
H A DEglX11Api.cpp85 EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType* frmt){ function in namespace:EglOS
168 EglConfig* conf = pixelFormatToConfig(dpy,renderableType,&frmtList[i]);
H A DEglWindowsApi.cpp334 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){ function in namespace:EglOS
422 EglConfig* pConfig = pixelFormatToConfig(display,renderableType,&pfd,iPixelFormat);

Completed in 7 milliseconds