Searched refs:SurfaceFrameOhos (Results 1 – 6 of 6) sorted by relevance
24 class SurfaceFrameOhos : public SurfaceFrame {26 SurfaceFrameOhos() = default;27 SurfaceFrameOhos(int32_t width, int32_t height) in SurfaceFrameOhos() function32 ~SurfaceFrameOhos() = default;
21 : SurfaceFrameOhos(width, height), eglSurface_(EGL_NO_SURFACE), in SurfaceFrameOhosGl()
29 class SurfaceFrameOhosGl : public SurfaceFrameOhos {
22 …: SurfaceFrameOhos(width, height), surface_(surface), colorSpace_(GraphicColorGamut::GRAPHIC_COLOR… in SurfaceFrameOhosVulkan()
32 class SurfaceFrameOhosVulkan : public SurfaceFrameOhos {
26 class SurfaceFrameOhosRaster : public SurfaceFrameOhos {