Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.h45 void configureContext(GrContextOptions* context, const void* identity, ssize_t size);
DRenderThread.cpp214 cacheManager().configureContext(&options, glesVersion, size); in requireGlContext()
228 cacheManager().configureContext(&options, &vkDriverVersion, sizeof(vkDriverVersion)); in requireVkContext()
DCacheManager.cpp93 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext() function in android::uirenderer::renderthread::CacheManager