Searched refs:withGl (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/platform/rutabaga/ |
D | RutabagaLayer.cpp | 86 bool Init(bool withGl, bool withVk, const std::string& features, EmulatedVirtioGpu* parent); 327 bool EmulatedVirtioGpu::EmulatedVirtioGpuImpl::Init(bool withGl, bool withVk, in Init() argument 335 if (withGl) { in Init() 1041 bool withGl = false; in Get() local 1050 {"GFXSTREAM_EMULATED_VIRTIO_GPU_WITH_GL", &withGl}, 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()
|
D | RutabagaLayer.h | 45 bool Init(bool withGl, bool withVk, const std::string& features);
|