Searched defs:EglSurface (Results 1 – 3 of 3) sorted by relevance
36 EglSurface() : surface_(EGL_NO_SURFACE), display_(EGL_NO_DISPLAY) {} in EglSurface() function38 EglSurface(EGLSurface surface, EGLDisplay display) in EglSurface() function
26 EglSurface::EglSurface(EglSurface&& other) in EglSurface() function in tflite::gpu::gl::EglSurface
98 EglSurface::EglSurface(const EglState& egl, void* native_window) in EglSurface() function in EglSurface