Home
last modified time | relevance | path

Searched defs:cfgId (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglWindowsApi.cpp58 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()