Searched defs:cfgId (Results 1 – 1 of 1) sorted by relevance
58 bool isPixelFormatSet(int cfgId){ return getTLS()->m_map[cfgId].isPixelFormatSet;} in isPixelFormatSet()59 void pixelFormatWasSet(int cfgId){getTLS()->m_map[cfgId].isPixelFormatSet = true;} in pixelFormatWasSet()228 static HDC getDummyDC(EGLNativeInternalDisplayType display,int cfgId){ in getDummyDC()