Home
last modified time | relevance | path

Searched refs:SkGetProcedureAddress (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp98 gfGetDisplay = (GetDisplayProc)SkGetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions()
99 gfInitialize = (InitializeProc)SkGetProcedureAddress(gLibrary, "eglInitialize"); in load_command_buffer_functions()
100 gfTerminate = (TerminateProc)SkGetProcedureAddress(gLibrary, "eglTerminate"); in load_command_buffer_functions()
101 gfChooseConfig = (ChooseConfigProc)SkGetProcedureAddress(gLibrary, "eglChooseConfig"); in load_command_buffer_functions()
102 gfGetConfigAttrib = (GetConfigAttrib)SkGetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions()
103 gfCreateWindowSurface = (CreateWindowSurfaceProc)SkGetProcedureAddress(gLibrary, "eglCreateWindowSurface"); in load_command_buffer_functions()
104 gfCreatePbufferSurface = (CreatePbufferSurfaceProc)SkGetProcedureAddress(gLibrary, "eglCreatePbufferSurface"); in load_command_buffer_functions()
105 gfDestroySurface = (DestroySurfaceProc)SkGetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions()
106 gfCreateContext = (CreateContextProc)SkGetProcedureAddress(gLibrary, "eglCreateContext"); in load_command_buffer_functions()
107 gfDestroyContext = (DestroyContextProc)SkGetProcedureAddress(gLibrar in load_command_buffer_functions()
[all...]
/third_party/skia/src/ports/
H A DSkOSLibrary.h12 void* SK_API SkGetProcedureAddress(void* library, const char* functionName);
H A DSkOSLibrary_win.cpp17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() function
H A DSkOSLibrary_posix.cpp18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() function
/third_party/skia/tools/sk_app/unix/
H A DDawnVulkanWindowContext_unix.cpp75 reinterpret_cast<PFN_vkCreateXcbSurfaceKHR>(SkGetProcedureAddress(vkLib, in onInitializeContext()
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp54 GrGLFuncPtr proc = (GrGLFuncPtr) SkGetProcedureAddress(libs->fGLLib, name); in angle_get_gl_proc()
58 proc = (GrGLFuncPtr) SkGetProcedureAddress(libs->fEGLLib, name); in angle_get_gl_proc()
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp46 localInstProc = (PFN_vkGetInstanceProcAddr) SkGetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs()
48 localDevProc = (PFN_vkGetDeviceProcAddr) SkGetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs()
/third_party/skia/tests/
H A DCanvasStateTest.cpp72 return SkGetProcedureAddress(fLibrary, funcName); in procAddress()

Completed in 6 milliseconds