Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.h91 static EGLConfig loadFP16Config(EGLDisplay display, SwapBehavior swapBehavior);
DEglManager.cpp180 EGLConfig EglManager::loadFP16Config(EGLDisplay display, SwapBehavior swapBehavior) { in loadFP16Config() function in android::uirenderer::renderthread::EglManager
257 mEglConfigWideGamut = loadFP16Config(mEglDisplay, mSwapBehavior); in loadConfigs()