Searched defs:getCaps (Results 1 – 4 of 4) sorted by relevance
28 struct VirtGpuCaps VirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in VirtGpuDevice
37 virtual const GLSupport* getCaps() const override { in getCaps() function
110 struct VirtGpuCaps VirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in VirtGpuDevice
41 virtual const GLSupport* getCaps() const override { return &(GLEScontext::s_glSupportGles1); } in getCaps() function