Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp70 typedef EGLBoolean (*DestroyContextProc)(EGLDisplay dpy, EGLContext ctx); typedef
84 static DestroyContextProc gfDestroyContext = nullptr;
111 … gfDestroyContext = (DestroyContextProc)GetProcedureAddress(gLibrary, "eglDestroyContext"); in load_command_buffer_functions()