Home
last modified time | relevance | path

Searched refs:GpuFrameBridge (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
DGpuFrameBridge.h33 class GpuFrameBridge {
36 static GpuFrameBridge* create();
39 virtual ~GpuFrameBridge() {} in ~GpuFrameBridge()
72 GpuFrameBridge() {} in GpuFrameBridge() function
73 GpuFrameBridge(const GpuFrameBridge& other);
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGpuFrameBridge_unittest.cpp33 TEST(GpuFrameBridge, postFrameWithinSingleThread) { in TEST() argument
34 GpuFrameBridge* bridge = in TEST()
35 GpuFrameBridge::create(); in TEST()
DGpuFrameBridge.cpp58 class Bridge : public GpuFrameBridge {
62 : GpuFrameBridge(), in Bridge()
237 GpuFrameBridge* GpuFrameBridge::create() { in create()
/hardware/google/gfxstream/host/gl/gl-host-common/
DAndroid.bp41 "opengl/GpuFrameBridge.cpp",
Dmeson.build9 'opengl/GpuFrameBridge.cpp',
DCMakeLists.txt46 opengl/GpuFrameBridge.cpp
/hardware/google/gfxstream/host/gl/
DBUILD.bazel161 "gl-host-common/opengl/GpuFrameBridge.cpp",