/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 62 getProcAddress(nullptr), in FunctionsWGL() 106 GetWGLProcAddress(glModule, nullptr, "wglGetProcAddress", &getProcAddress); in initialize() 109 GetWGLProcAddress(glModule, getProcAddress, "wglCopyContext", ©Context); in initialize() 110 GetWGLProcAddress(glModule, getProcAddress, "wglCreateContext", &createContext); in initialize() 111 GetWGLProcAddress(glModule, getProcAddress, "wglCreateLayerContext", &createLayerContext); in initialize() 112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize() 113 GetWGLProcAddress(glModule, getProcAddress, "wglGetCurrentContext", &getCurrentContext); in initialize() 114 GetWGLProcAddress(glModule, getProcAddress, "wglGetCurrentDC", &getCurrentDC); in initialize() 115 GetWGLProcAddress(glModule, getProcAddress, "wglMakeCurrent", &makeCurrent); in initialize() 116 GetWGLProcAddress(glModule, getProcAddress, "wglShareLists", &shareLists); in initialize() [all …]
|
D | FunctionsWGL.h | 38 PFNWGLGETPROCADDRESSPROC getProcAddress; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 62 getProcAddress(nullptr), in FunctionsWGL() 106 GetWGLProcAddress(glModule, nullptr, "wglGetProcAddress", &getProcAddress); in initialize() 109 GetWGLProcAddress(glModule, getProcAddress, "wglCopyContext", ©Context); in initialize() 110 GetWGLProcAddress(glModule, getProcAddress, "wglCreateContext", &createContext); in initialize() 111 GetWGLProcAddress(glModule, getProcAddress, "wglCreateLayerContext", &createLayerContext); in initialize() 112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize() 113 GetWGLProcAddress(glModule, getProcAddress, "wglGetCurrentContext", &getCurrentContext); in initialize() 114 GetWGLProcAddress(glModule, getProcAddress, "wglGetCurrentDC", &getCurrentDC); in initialize() 115 GetWGLProcAddress(glModule, getProcAddress, "wglMakeCurrent", &makeCurrent); in initialize() 116 GetWGLProcAddress(glModule, getProcAddress, "wglShareLists", &shareLists); in initialize() [all …]
|
D | FunctionsWGL.h | 38 PFNWGLGETPROCADDRESSPROC getProcAddress; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | libX11.cpp | 21 XOpenDisplay = (Display *(*)(char*))getProcAddress(libX11, "XOpenDisplay"); in LibX11exports() 22 …XGetWindowAttributes = (Status (*)(Display*, Window, XWindowAttributes*))getProcAddress(libX11, "X… in LibX11exports() 23 XDefaultScreenOfDisplay = (Screen *(*)(Display*))getProcAddress(libX11, "XDefaultScreenOfDisplay"); in LibX11exports() 24 XWidthOfScreen = (int (*)(Screen*))getProcAddress(libX11, "XWidthOfScreen"); in LibX11exports() 25 XHeightOfScreen = (int (*)(Screen*))getProcAddress(libX11, "XHeightOfScreen"); in LibX11exports() 26 XPlanesOfScreen = (int (*)(Screen*))getProcAddress(libX11, "XPlanesOfScreen"); in LibX11exports() 27 XDefaultGC = (GC (*)(Display*, int))getProcAddress(libX11, "XDefaultGC"); in LibX11exports() 28 XDefaultDepth = (int (*)(Display*, int))getProcAddress(libX11, "XDefaultDepth"); in LibX11exports() 29 …XMatchVisualInfo = (Status (*)(Display*, int, int, int, XVisualInfo*))getProcAddress(libX11, "XMat… in LibX11exports() 30 …XDefaultVisual = (Visual *(*)(Display*, int screen_number))getProcAddress(libX11, "XDefaultVisual"… in LibX11exports() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | GetProcAddressTests.cpp | 105 ASSERT_EQ(mProcs.getProcAddress(nullptr, "wgpuDeviceCreateBuffer"), in TEST_P() 107 ASSERT_EQ(mProcs.getProcAddress(mDevice.Get(), "wgpuDeviceCreateBuffer"), in TEST_P() 109 ASSERT_EQ(mProcs.getProcAddress(nullptr, "wgpuQueueSubmit"), in TEST_P() 111 ASSERT_EQ(mProcs.getProcAddress(mDevice.Get(), "wgpuQueueSubmit"), in TEST_P() 117 ASSERT_EQ(mProcs.getProcAddress(nullptr, nullptr), nullptr); in TEST_P() 118 ASSERT_EQ(mProcs.getProcAddress(mDevice.Get(), nullptr), nullptr); in TEST_P() 123 ASSERT_EQ(mProcs.getProcAddress(nullptr, "wgpuDeviceDoSomething"), nullptr); in TEST_P() 124 ASSERT_EQ(mProcs.getProcAddress(mDevice.Get(), "wgpuDeviceDoSomething"), nullptr); in TEST_P() 127 ASSERT_EQ(mProcs.getProcAddress(nullptr, "zzzzzzz"), nullptr); in TEST_P() 128 ASSERT_EQ(mProcs.getProcAddress(mDevice.Get(), "zzzzzzz"), nullptr); in TEST_P() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | SharedLibrary.hpp | 29 void *getProcAddress(void *library, const char *name); 41 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 57 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 87 inline void *getProcAddress(void *library, const char *name) in getProcAddress() function 122 inline void *getProcAddress(void *library, const char *name) in getProcAddress() function 139 *out = reinterpret_cast<FunctionPointer>(getProcAddress(library, functionName)); in getFuncAddress()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 29 void *getProcAddress(void *library, const char *name); 42 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 58 if(!mustContainSymbol || getProcAddress(library, mustContainSymbol)) in loadLibrary() 88 inline void *getProcAddress(void *library, const char *name) in getProcAddress() function 123 inline void *getProcAddress(void *library, const char *name) in getProcAddress() function
|
/third_party/flutter/glfw/src/ |
D | context.c | 339 window->context.getProcAddress("glGetIntegerv"); in _glfwRefreshContextAttribs() 341 window->context.getProcAddress("glGetString"); in _glfwRefreshContextAttribs() 432 window->context.getProcAddress("glGetStringi"); in _glfwRefreshContextAttribs() 538 window->context.getProcAddress("glClear"); in _glfwRefreshContextAttribs() 718 return window->context.getProcAddress(procname); in glfwGetProcAddress()
|
/third_party/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 57 static void* getProcAddress(const char* name) { in getProcAddress() function in __anon8020a5720111::ProcGetter 115 ProcGetter::getProcAddress in Create()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGLDL.h | 24 void *getProcAddress(const char *name) const override;
|
D | FunctionsEGLDL.cpp | 62 void *FunctionsEGLDL::getProcAddress(const char *name) const in getProcAddress() function in rx::FunctionsEGLDL
|
D | FunctionsEGL.cpp | 167 if (!SetPtr(MEMBER, getProcAddress(#NAME))) \ in initialize() 278 getProcAddress("eglDupNativeFenceFDANDROID")) && in initialize() 310 return mEGL.getProcAddress(function.c_str()); in loadProcAddress()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGLDL.h | 24 void *getProcAddress(const char *name) const override;
|
D | FunctionsEGLDL.cpp | 62 void *FunctionsEGLDL::getProcAddress(const char *name) const in getProcAddress() function in rx::FunctionsEGLDL
|
D | FunctionsEGL.cpp | 158 if (!SetPtr(MEMBER, getProcAddress(#NAME))) \ in initialize() 265 getProcAddress("eglDupNativeFenceFDANDROID")) && in initialize() 297 return mEGL.getProcAddress(function.c_str()); in loadProcAddress()
|
D | FunctionsEGL.h | 37 virtual void *getProcAddress(const char *name) const = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | libXCB.cpp | 40 …if(getProcAddress(RTLD_DEFAULT, "xcb_create_gc")) // Search the global scope for pre-loaded XCB l… in loadExports()
|
D | libX11.cpp | 55 …if(getProcAddress(RTLD_DEFAULT, "XOpenDisplay")) // Search the global scope for pre-loaded X11 li… in loadExports()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | EGLWindow.h | 100 virtual angle::GenericProc getProcAddress(const char *name) = 0; 159 angle::GenericProc getProcAddress(const char *name) override;
|
D | EGLWindow.cpp | 143 PFNEGLGETPROCADDRESSPROC getProcAddress; in initializeDisplay() local 144 glWindowingLibrary->getAs("eglGetProcAddress", &getProcAddress); in initializeDisplay() 145 if (!getProcAddress) in initializeDisplay() 152 angle::LoadEGL(getProcAddress); in initializeDisplay() 848 angle::GenericProc EGLWindow::getProcAddress(const char *name) in getProcAddress() function in EGLWindow
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | EGLWindow.cpp | 112 PFNEGLGETPROCADDRESSPROC getProcAddress; in initializeDisplay() local 113 glWindowingLibrary->getAs("eglGetProcAddress", &getProcAddress); in initializeDisplay() 114 if (!getProcAddress) in initializeDisplay() 120 angle::LoadEGL(getProcAddress); in initializeDisplay()
|
/third_party/flutter/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 57 static void* getProcAddress(const char* name) { in getProcAddress() function in __anonf0068e670111::ProcGetter 186 ProcGetter::getProcAddress in Create()
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.h | 49 angle::GenericProc getProcAddress(const char *name) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 505 PFNEGLGETPROCADDRESSPROC getProcAddress; in ANGLETestSetUp() local 506 ANGLETestEnvironment::GetEGLLibrary()->getAs("eglGetProcAddress", &getProcAddress); in ANGLETestSetUp() 507 ASSERT_NE(nullptr, getProcAddress); in ANGLETestSetUp() 509 LoadEGL(getProcAddress); in ANGLETestSetUp() 510 LoadGLES(getProcAddress); in ANGLETestSetUp()
|