Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp76 static DestroySurfaceProc gfDestroySurface = nullptr; variable
105gfDestroySurface = (DestroySurfaceProc)SkGetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions()
114 gfCreateWindowSurface && gfCreatePbufferSurface && gfDestroySurface && in load_command_buffer_functions()
361 gfDestroySurface(fDisplay, fSurface); in destroyGLContext()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp76 static DestroySurfaceProc gfDestroySurface = nullptr; variable
105gfDestroySurface = (DestroySurfaceProc)GetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions()
114 gfCreateWindowSurface && gfCreatePbufferSurface && gfDestroySurface && in load_command_buffer_functions()
334 gfDestroySurface(fDisplay, fSurface); in destroyGLContext()