HomeSort by relevance Sort by last modified time
    Searched refs:pixelFormatToConfig (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 30 static EglConfig* pixelFormatToConfig(int index,int renderableType,EGLNativePixelFormatType* frmt){
107 EglConfig* conf = pixelFormatToConfig(i++,renderableType,&frmt);
EglX11Api.cpp 85 EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType* frmt){
168 EglConfig* conf = pixelFormatToConfig(dpy,renderableType,&frmtList[i]);
EglWindowsApi.cpp 334 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){
422 EglConfig* pConfig = pixelFormatToConfig(display,renderableType,&pfd,iPixelFormat);

Completed in 508 milliseconds