Home
last modified time | relevance | path

Searched refs:SOFT_LINK_FUNCTION_SOURCE (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/gl/cgl/
H A DFunctionsCGL.cpp16 SOFT_LINK_FUNCTION_SOURCE(OpenGL,
23 SOFT_LINK_FUNCTION_SOURCE(OpenGL,
28 SOFT_LINK_FUNCTION_SOURCE(
34 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLDestroyContext, CGLError, (CGLContextObj ctx), (ctx))
36 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLErrorString, const char *, (CGLError error), (error))
37 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLReleaseContext, void, (CGLContextObj ctx), (ctx))
39 SOFT_LINK_FUNCTION_SOURCE(OpenGL,
44 SOFT_LINK_FUNCTION_SOURCE(
60 SOFT_LINK_FUNCTION_SOURCE(
66 SOFT_LINK_FUNCTION_SOURCE(OpenGL,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/apple/
H A DSoftLinking.h63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ macro