/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 38 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/ |
D | check_table.cpp | 37 TEST(GetProcAddress, ABIOffsetByName) in TEST() argument 50 TEST(GetProcAddress, TableBigEnoughForABI) in TEST() argument
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/opengl/ |
D | OpenGLFunctionsBase.h | 19 using GetProcAddress = void* (*) (const char*); variable
|
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/ |
D | OpenGLFunctionsBase.h | 22 using GetProcAddress = void* (*) (const char*); variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ExplicitContextTest.cpp | 49 TEST_P(ExplicitContextTest, GetProcAddress) in TEST_P() argument
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 234 void* TestGLSurface::GetProcAddress(const char* name) const { in GetProcAddress() function in flutter::testing::TestGLSurface
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 192 internal static extern IntPtr GetProcAddress(IntPtr hModule, string procName); in GetProcAddress() method in Grpc.Core.Internal.UnmanagedLibrary.Windows
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 130 _EGLProc (*GetProcAddress)(const char *procname); member
|
/third_party/flutter/glfw/src/ |
D | wgl_context.h | 125 WGLGETPROCADDRESS_T GetProcAddress; member
|
D | glx_context.h | 151 PFNGLXGETPROCADDRESSPROC GetProcAddress; member
|
D | egl_context.h | 197 PFNEGLGETPROCADDRESSPROC GetProcAddress; member
|
/third_party/openssl/crypto/dso/ |
D | dso_win32.c | 32 # define GetProcAddress GetProcAddressA macro
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 416 __eglMustCastToProperFunctionPointerType GetProcAddress(Thread *thread, const char *procname) in GetProcAddress() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 1515 __eglMustCastToProperFunctionPointerType EGLAPIENTRY GetProcAddress(const char *procname) in GetProcAddress() function
|