Searched refs:GetProcedureAddress (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/command_buffer/ |
D | SkCommandBufferGLContext.cpp | 102 gfGetDisplay = (GetDisplayProc)GetProcedureAddress(gLibrary, "eglGetDisplay"); in load_command_buffer_functions() 103 gfInitialize = (InitializeProc)GetProcedureAddress(gLibrary, "eglInitialize"); in load_command_buffer_functions() 104 gfTerminate = (TerminateProc)GetProcedureAddress(gLibrary, "eglTerminate"); in load_command_buffer_functions() 105 gfChooseConfig = (ChooseConfigProc)GetProcedureAddress(gLibrary, "eglChooseConfig"); in load_command_buffer_functions() 106 … gfGetConfigAttrib = (GetConfigAttrib)GetProcedureAddress(gLibrary, "eglGetConfigAttrib"); in load_command_buffer_functions() 107 …gfCreateWindowSurface = (CreateWindowSurfaceProc)GetProcedureAddress(gLibrary, "eglCreateWindowSur… in load_command_buffer_functions() 108 …gfCreatePbufferSurface = (CreatePbufferSurfaceProc)GetProcedureAddress(gLibrary, "eglCreatePbuffer… in load_command_buffer_functions() 109 … gfDestroySurface = (DestroySurfaceProc)GetProcedureAddress(gLibrary, "eglDestroySurface"); in load_command_buffer_functions() 110 gfCreateContext = (CreateContextProc)GetProcedureAddress(gLibrary, "eglCreateContext"); in load_command_buffer_functions() 111 … gfDestroyContext = (DestroyContextProc)GetProcedureAddress(gLibrary, "eglDestroyContext"); in load_command_buffer_functions() [all …]
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 24 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcedureAddress(libs->fGLLib, name); in angle_get_gl_proc() 28 proc = (GrGLFuncPtr) GetProcedureAddress(libs->fEGLLib, name); in angle_get_gl_proc()
|
/external/skia/src/ports/ |
D | SkOSLibrary.h | 13 void* GetProcedureAddress(void* library, const char* functionName);
|
D | SkOSLibrary_posix.cpp | 19 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|
D | SkOSLibrary_win.cpp | 18 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
|