Searched refs:GetEglSurface (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_display.cpp | 167 actualDraw = draw->GetEglSurface(); in InternalMakeCurrent() 171 actualRead = read->GetEglSurface(); in InternalMakeCurrent() 522 EGLSurface sur = surfPtr->GetEglSurface(); in DestroyEglSurface() 676 surfPtr->GetEglSurface(), attribute, value); in QuerySurface() 691 if (surfPtr != nullptr && surfPtr->GetEglSurface() == nullptr) { in SwapBuffers() 703 ret = table->egl.eglSwapBuffers(disp_, surfPtr->GetEglSurface()); in SwapBuffers() 773 surfPtr->GetEglSurface(), attribute, value); in SurfaceAttrib() 916 surfPtr->GetEglSurface(), attribList); in LockSurfaceKHR() 1031 disp_, surfacePtr->GetEglSurface(), rects, nRects); in SwapBuffersWithDamageKHR() 1061 disp_, surfPtr->GetEglSurface(), rects, nRects); in SetDamageRegionKHR() [all …]
|
H A D | egl_wrapper_surface.h | 32 inline EGLSurface GetEglSurface() const in GetEglSurface() function
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | egl_surface.h | 35 virtual EGLSurface GetEglSurface() const = 0;
|