Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.h90 static EGLConfig loadFP16Config(EGLDisplay display, SwapBehavior swapBehavior);
DEglManager.cpp213 EGLConfig EglManager::loadFP16Config(EGLDisplay display, SwapBehavior swapBehavior) { in loadFP16Config() function in android::uirenderer::renderthread::EglManager
293 mEglConfigF16 = loadFP16Config(mEglDisplay, mSwapBehavior); in loadConfigs()