Home
last modified time | relevance | path

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

/external/skqp/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)GetProcedureAddress(gLibrary, "eglMakeCurrent"); in load_command_buffer_functions()
/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)GetProcedureAddress(gLibrary, "eglMakeCurrent"); in load_command_buffer_functions()