zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
glew_utils.c File Reference
#include <GL/glew.h>
#include <GL/glxew.h>
#include "glew_utils.h"

Go to the source code of this file.

Functions

GLuint _glewStrCLen (const GLubyte *s, GLubyte c)
 
GLuint _glewStrLen (const GLubyte *s)
 
GLboolean _glewStrSame (const GLubyte *a, const GLubyte *b, GLuint n)
 
GLboolean _glewStrSame1 (GLubyte **a, GLuint *na, const GLubyte *b, GLuint nb)
 
GLboolean _glewStrSame2 (GLubyte **a, GLuint *na, const GLubyte *b, GLuint nb)
 
GLboolean _glewStrSame3 (GLubyte **a, GLuint *na, const GLubyte *b, GLuint nb)
 

Function Documentation

GLuint _glewStrCLen ( const GLubyte s,
GLubyte  c 
)

Definition at line 97 of file glew_utils.c.

References i, and NULL.

GLuint _glewStrLen ( const GLubyte s)

Definition at line 90 of file glew_utils.c.

References i, and NULL.

GLboolean _glewStrSame ( const GLubyte a,
const GLubyte b,
GLuint  n 
)

Definition at line 104 of file glew_utils.c.

References GL_FALSE, GL_TRUE, i, and NULL.

GLboolean _glewStrSame1 ( GLubyte **  a,
GLuint na,
const GLubyte b,
GLuint  nb 
)

Definition at line 111 of file glew_utils.c.

References GL_FALSE, GL_TRUE, i, and NULL.

GLboolean _glewStrSame2 ( GLubyte **  a,
GLuint na,
const GLubyte b,
GLuint  nb 
)

Definition at line 132 of file glew_utils.c.

References GL_FALSE, GL_TRUE, i, and NULL.

GLboolean _glewStrSame3 ( GLubyte **  a,
GLuint na,
const GLubyte b,
GLuint  nb 
)

Definition at line 148 of file glew_utils.c.

References GL_FALSE, GL_TRUE, i, and NULL.