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){
99 EglConfig* conf = pixelFormatToConfig(i++,renderableType,&frmt);
EglX11Api.cpp 84 EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType* frmt){
167 EglConfig* conf = pixelFormatToConfig(dpy,renderableType,&frmtList[i]);
EglWindowsApi.cpp 336 EglConfig* pixelFormatToConfig(EGLNativeInternalDisplayType display,int renderableType,EGLNativePixelFormatType* frmt,int index){
424 EglConfig* pConfig = pixelFormatToConfig(display,renderableType,&pfd,iPixelFormat);

Completed in 26 milliseconds