Searched defs:getCaps (Results 1 – 6 of 6) sorted by relevance
37 virtual const GLSupport* getCaps() const override { in getCaps() function
23 struct VirtGpuCaps StubVirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in StubVirtGpuDevice
95 struct VirtGpuCaps FuchsiaVirtGpuDevice::getCaps(void) { return {}; } in getCaps() function in FuchsiaVirtGpuDevice
93 VirtGpuCaps RutabagaVirtGpuDevice::getCaps() { return mCaps; } in getCaps() function in gfxstream::RutabagaVirtGpuDevice
148 struct VirtGpuCaps LinuxVirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in LinuxVirtGpuDevice
41 virtual const GLSupport* getCaps() const override { return &(GLEScontext::s_glSupportGles1); } in getCaps() function