Searched refs:configureContext (Results 1 – 3 of 3) sorted by relevance
45 void configureContext(GrContextOptions* context, const void* identity, ssize_t size);
212 cacheManager().configureContext(&options, glesVersion, size); in requireGlContext()226 cacheManager().configureContext(&options, &vkDriverVersion, sizeof(vkDriverVersion)); in requireVkContext()
93 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext() function in android::uirenderer::renderthread::CacheManager