Searched refs:SkGetProcedureAddress (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 98 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 D | SkOSLibrary.h | 12 void* SK_API SkGetProcedureAddress(void* library, const char* functionName);
|
H A D | SkOSLibrary_win.cpp | 17 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() function
|
H A D | SkOSLibrary_posix.cpp | 18 void* SkGetProcedureAddress(void* library, const char* functionName) { in SkGetProcedureAddress() function
|
/third_party/skia/tools/sk_app/unix/ |
H A D | DawnVulkanWindowContext_unix.cpp | 75 reinterpret_cast<PFN_vkCreateXcbSurfaceKHR>(SkGetProcedureAddress(vkLib, in onInitializeContext()
|
/third_party/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 54 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 D | VkTestUtils.cpp | 46 localInstProc = (PFN_vkGetInstanceProcAddr) SkGetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs() 48 localDevProc = (PFN_vkGetDeviceProcAddr) SkGetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs()
|
/third_party/skia/tests/ |
H A D | CanvasStateTest.cpp | 72 return SkGetProcedureAddress(fLibrary, funcName); in procAddress()
|
Completed in 6 milliseconds