Home
last modified time | relevance | path

Searched defs:GetProcAddress (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp38 TEST(GetProcAddress, ABIOffsetByName) in TEST() argument
51 TEST(GetProcAddress, ABINameByOffset) in TEST() argument
64 TEST(GetProcAddress, TableBigEnoughForABI) in TEST() argument
71 TEST(GetProcAddress, TableDidntShrink) in TEST() argument
104 TEST(GetProcAddress, QueriedDispatchSizeBigEnough) in TEST() argument
115 TEST(GetProcAddress, KnownDispatchOffsetsAreConsistent) in TEST() argument
132 TEST(GetProcAddress, KnownDispatchNamesAreConsistent) in TEST() argument
/third_party/mesa3d/src/mapi/shared-glapi/tests/
Dcheck_table.cpp37 TEST(GetProcAddress, ABIOffsetByName) in TEST() argument
50 TEST(GetProcAddress, TableBigEnoughForABI) in TEST() argument
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
DOpenGLFunctionsBase.h22 using GetProcAddress = void* (*) (const char*); variable
/third_party/lzma/CPP/Windows/
DDLL.cpp120 void *GetProcAddress(HMODULE module, LPCSTR procName) in GetProcAddress() function
/third_party/rust/crates/libloading/src/
Derror.rs61 GetProcAddress { enumerator
/third_party/mesa3d/src/egl/main/
Degldriver.h128 _EGLProc (*GetProcAddress)(const char *procname); member
/third_party/openssl/crypto/dso/
Ddso_win32.c32 # define GetProcAddress GetProcAddressA macro
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs.cpp416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1515 __eglMustCastToProperFunctionPointerType EGLAPIENTRY GetProcAddress(const char *procname) in GetProcAddress() function
/third_party/glfw/src/
Dwin32_platform.h386 PFN_wglGetProcAddress GetProcAddress; member
Dinternal.h844 PFN_eglGetProcAddress GetProcAddress; member
859 PFN_OSMesaGetProcAddress GetProcAddress; member
Dx11_platform.h507 PFNGLXGETPROCADDRESSPROC GetProcAddress; member