Home
last modified time | relevance | path

Searched refs:formatId (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp776 int formatId = format ? format->configId() : 0; in getInternalDC() local
779 auto it = configMap.find(formatId); in getInternalDC()
786 configMap.emplace(formatId, std::move(newValue)); in getInternalDC()