Home
last modified time | relevance | path

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

/external/angle/src/common/gl/cgl/
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))
35 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLDestroyPixelFormat, CGLError, (CGLPixelFormatObj pix), (pix))
36 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLErrorString, const char *, (CGLError error), (error))
37 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLReleaseContext, void, (CGLContextObj ctx), (ctx))
38 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLGetCurrentContext, CGLContextObj, (void), ())
39 SOFT_LINK_FUNCTION_SOURCE(OpenGL, CGLSetCurrentContext, CGLError, (CGLContextObj ctx), (ctx))
40 SOFT_LINK_FUNCTION_SOURCE(OpenGL,
[all …]
/external/angle/src/common/apple/
DSoftLinking.h63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ macro