Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp86 bool Init(bool withGl, bool withVk, const std::string& features, EmulatedVirtioGpu* parent);
327 bool EmulatedVirtioGpu::EmulatedVirtioGpuImpl::Init(bool withGl, bool withVk, in Init() argument
339 if (withVk) { in Init()
1042 bool withVk = false; in Get() local
1051 {"GFXSTREAM_EMULATED_VIRTIO_GPU_WITH_VK", &withVk}, in Get()
1074 ALOGE("Initializing withGl:%d withVk:%d features:%s", withGl, withVk, features.c_str()); in Get()
1075 if (!instance->Init(withGl, withVk, features)) { in Get()
1091 bool EmulatedVirtioGpu::Init(bool withGl, bool withVk, const std::string& features) { in Init() argument
1092 return mImpl->Init(withGl, withVk, features, this); in Init()
DRutabagaLayer.h45 bool Init(bool withGl, bool withVk, const std::string& features);