Searched refs:configureContext (Results 1 – 3 of 3) sorted by relevance
45 void configureContext(GrContextOptions* context, const void* identity, ssize_t size);
214 cacheManager().configureContext(&options, glesVersion, size); in requireGlContext()228 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