MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / gluErrorString

Function gluErrorString

test_common/gl/helpers.cpp:29–33  ·  view source on GitHub ↗

On linux we dont link to GLU library to avoid comaptibility issues with libstdc++ FIXME: Implement this

Source from the content-addressed store, hash-verified

27// libstdc++
28// FIXME: Implement this
29const GLubyte* gluErrorString (GLenum error)
30{
31 const char* gl_Error = "OpenGL Error";
32 return (const GLubyte*)gl_Error;
33}
34#endif
35
36void * CreateGLTexture1DArray(size_t width, size_t length,

Callers 9

CreateGLTexture1DArrayFunction · 0.70
CreateGLTexture2DArrayFunction · 0.70
CreateGLTextureBufferFunction · 0.70
CreateGLTexture1DFunction · 0.70
CreateGLTexture2DFunction · 0.70
CreateGLTexture3DFunction · 0.70
CreateGLRenderbufferRawFunction · 0.70
CreateGLRenderbufferFunction · 0.70
ReadGLRenderbufferFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected