Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp81 static GetProcAddressProc gfGetProcAddress = nullptr; variable
110gfGetProcAddress = (GetProcAddressProc)GetProcedureAddress(gLibrary, "eglGetProcAddress"); in load_command_buffer_functions()
116 gfGetProcAddress; in load_command_buffer_functions()
125 return gfGetProcAddress(name); in command_buffer_get_gl_proc()
369 return gfGetProcAddress(name); in onPlatformGetProcAddress()
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp81 static GetProcAddressProc gfGetProcAddress = nullptr; variable
110gfGetProcAddress = (GetProcAddressProc)GetProcedureAddress(gLibrary, "eglGetProcAddress"); in load_command_buffer_functions()
116 gfGetProcAddress; in load_command_buffer_functions()
125 return gfGetProcAddress(name); in command_buffer_get_gl_proc()
369 return gfGetProcAddress(name); in onPlatformGetProcAddress()