Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp65 typedef EGLBoolean (*MakeCurrentProc)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext … typedef
79 static MakeCurrentProc gfMakeCurrent = nullptr;
108 gfMakeCurrent = (MakeCurrentProc)SkGetProcedureAddress(gLibrary, "eglMakeCurrent"); in load_command_buffer_functions()