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

Function gluErrorString

test_common/gles/helpers.cpp:28–32  ·  view source on GitHub ↗

On linux we don't link to GLU library to avoid compatibility issues with libstdc++ FIXME: Implement this

Source from the content-addressed store, hash-verified

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

Callers 5

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