Home
last modified time | relevance | path

Searched refs:DestroySurfaceProc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp62 typedef EGLBoolean (*DestroySurfaceProc)(EGLDisplay dpy, EGLSurface surface); typedef
76 static DestroySurfaceProc gfDestroySurface = nullptr;
105 … gfDestroySurface = (DestroySurfaceProc)SkGetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp62 typedef EGLBoolean (*DestroySurfaceProc)(EGLDisplay dpy, EGLSurface surface); typedef
76 static DestroySurfaceProc gfDestroySurface = nullptr;
105 … gfDestroySurface = (DestroySurfaceProc)GetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions()