Searched refs:GetProcedureAddress (Results 1 – 12 of 12) sorted by relevance
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 98 gfGetDisplay = (GetDisplayProc)GetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions() 99 gfInitialize = (InitializeProc)GetProcedureAddress(gLibrary, "eglInitialize"); in load_command_buffer_functions() 100 gfTerminate = (TerminateProc)GetProcedureAddress(gLibrary, "eglTerminate"); in load_command_buffer_functions() 101 gfChooseConfig = (ChooseConfigProc)GetProcedureAddress(gLibrary, "eglChooseConfig"); in load_command_buffer_functions() 102 … gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions() 103 …gfCreateWindowSurface = (CreateWindowSurfaceProc)GetProcedureAddress(gLibrary, "eglCreateWindowSur… in load_command_buffer_functions() 104 …gfCreatePbufferSurface = (CreatePbufferSurfaceProc)GetProcedureAddress(gLibrary, "eglCreatePbuffer… in load_command_buffer_functions() 105 … gfDestroySurface = (DestroySurfaceProc)GetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions() 106 gfCreateContext = (CreateContextProc)GetProcedureAddress(gLibrary, "eglCreateContext"); in load_command_buffer_functions() 107 … gfDestroyContext = (DestroyContextProc)GetProcedureAddress(gLibrary, "eglDestroyContext"); in load_command_buffer_functions() [all …]
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 98 gfGetDisplay = (GetDisplayProc)GetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions() 99 gfInitialize = (InitializeProc)GetProcedureAddress(gLibrary, "eglInitialize"); in load_command_buffer_functions() 100 gfTerminate = (TerminateProc)GetProcedureAddress(gLibrary, "eglTerminate"); in load_command_buffer_functions() 101 gfChooseConfig = (ChooseConfigProc)GetProcedureAddress(gLibrary, "eglChooseConfig"); in load_command_buffer_functions() 102 … gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions() 103 …gfCreateWindowSurface = (CreateWindowSurfaceProc)GetProcedureAddress(gLibrary, "eglCreateWindowSur… in load_command_buffer_functions() 104 …gfCreatePbufferSurface = (CreatePbufferSurfaceProc)GetProcedureAddress(gLibrary, "eglCreatePbuffer… in load_command_buffer_functions() 105 … gfDestroySurface = (DestroySurfaceProc)GetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions() 106 gfCreateContext = (CreateContextProc)GetProcedureAddress(gLibrary, "eglCreateContext"); in load_command_buffer_functions() 107 … gfDestroyContext = (DestroyContextProc)GetProcedureAddress(gLibrary, "eglDestroyContext"); in load_command_buffer_functions() [all …]
|
/external/skia/src/ports/ |
D | SkOSLibrary.h | 12 void* GetProcedureAddress(void* library, const char* functionName);
|
D | SkOSLibrary_posix.cpp | 18 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|
D | SkOSLibrary_win.cpp | 17 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|
/external/skqp/src/ports/ |
D | SkOSLibrary.h | 12 void* GetProcedureAddress(void* library, const char* functionName);
|
D | SkOSLibrary_win.cpp | 17 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|
D | SkOSLibrary_posix.cpp | 18 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 51 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcedureAddress(libs->fGLLib, name); in angle_get_gl_proc() 55 proc = (GrGLFuncPtr) GetProcedureAddress(libs->fEGLLib, name); in angle_get_gl_proc()
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 51 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcedureAddress(libs->fGLLib, name); in angle_get_gl_proc() 55 proc = (GrGLFuncPtr) GetProcedureAddress(libs->fEGLLib, name); in angle_get_gl_proc()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 39 localInstProc = (PFN_vkGetInstanceProcAddr) GetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs() 41 localDevProc = (PFN_vkGetDeviceProcAddr) GetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs()
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 43 localInstProc = (PFN_vkGetInstanceProcAddr) GetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs() 45 localDevProc = (PFN_vkGetDeviceProcAddr) GetProcedureAddress(vkLib, in LoadVkLibraryAndGetProcAddrFuncs()
|