Home
last modified time | relevance | path

Searched defs:getCaps (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h37 virtual const GLSupport* getCaps() const override { in getCaps() function
/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpuDevice.cpp23 struct VirtGpuCaps StubVirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in StubVirtGpuDevice
/hardware/google/gfxstream/guest/platform/fuchsia/
DFuchsiaVirtGpuDevice.cpp95 struct VirtGpuCaps FuchsiaVirtGpuDevice::getCaps(void) { return {}; } in getCaps() function in FuchsiaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuDevice.cpp93 VirtGpuCaps RutabagaVirtGpuDevice::getCaps() { return mCaps; } in getCaps() function in gfxstream::RutabagaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpuDevice.cpp148 struct VirtGpuCaps LinuxVirtGpuDevice::getCaps(void) { return mCaps; } in getCaps() function in LinuxVirtGpuDevice
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h41 virtual const GLSupport* getCaps() const override { return &(GLEScontext::s_glSupportGles1); } in getCaps() function