Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp55 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id); typedef
69 static GetDisplayProc gfGetDisplay = nullptr;
98 gfGetDisplay = (GetDisplayProc)SkGetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp55 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id); typedef
69 static GetDisplayProc gfGetDisplay = nullptr;
98 gfGetDisplay = (GetDisplayProc)GetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions()