Home
last modified time | relevance | path

Searched refs:GetProcedureAddress (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp102 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/
DGrGLCreateANGLEInterface.cpp24 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/
DSkOSLibrary.h13 void* GetProcedureAddress(void* library, const char* functionName);
DSkOSLibrary_posix.cpp19 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function
DSkOSLibrary_win.cpp18 void* GetProcedureAddress(void* library, const char* functionName) { in GetProcedureAddress() function