Lines Matching defs:GLboolean

71 typedef unsigned char   GLboolean;
942 typedef GLboolean (WINE_GLAPI *PGLFNISPROGRAMPROC)(GLuint program);
943 typedef GLboolean (WINE_GLAPI *PGLFNISSHADERPROC)(GLuint shader);
965 GLsizei count, GLboolean transpose, const GLfloat *value);
967 GLsizei count, GLboolean transpose, const GLfloat *value);
969 GLsizei count, GLboolean transpose, const GLfloat *value);
1008 GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
1012 GLboolean (WINE_GLAPI *glAreTexturesResident)(GLsizei n, const GLuint *textures, GLboolean *residences) DECLSPEC_HIDDEN;
1060 void (WINE_GLAPI *glColorMask)(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) DECLSPEC_HIDDEN;
1076 void (WINE_GLAPI *glDepthMask)(GLboolean flag) DECLSPEC_HIDDEN;
1086 void (WINE_GLAPI *glEdgeFlag)(GLboolean flag) DECLSPEC_HIDDEN;
1088 void (WINE_GLAPI *glEdgeFlagv)(const GLboolean *flag) DECLSPEC_HIDDEN;
1116 void (WINE_GLAPI *glGetBooleanv)(GLenum pname, GLboolean *params) DECLSPEC_HIDDEN;
1161 GLboolean (WINE_GLAPI *glIsEnabled)(GLenum cap) DECLSPEC_HIDDEN;
1162 GLboolean (WINE_GLAPI *glIsList)(GLuint list) DECLSPEC_HIDDEN;
1163 GLboolean (WINE_GLAPI *glIsTexture)(GLuint texture) DECLSPEC_HIDDEN;
1905 typedef GLboolean (WINE_GLAPI *PGLFNTESTFENCEAPPLEPROC)(GLuint);
1907 typedef GLboolean (WINE_GLAPI *PGLFNISFENCEAPPLEPROC)(GLuint);
1908 typedef GLboolean (WINE_GLAPI *PGLFNTESTOBJECTAPPLEPROC)(GLenum, GLuint);
2116 typedef GLboolean (WINE_GLAPI *PGLFNGLISRENDERBUFFERPROC)(GLuint renderbuffer);
2125 typedef GLboolean (WINE_GLAPI *PGLFNGLISFRAMEBUFFERPROC)(GLuint framebuffer);
2299 typedef void (WINE_GLAPI *WINED3D_PFNGLSAMPLECOVERAGEARBPROC)(GLclampf value, GLboolean invert);
2365 typedef GLboolean (WINE_GLAPI *PGLFNISQUERYARBPROC)(GLuint query);
2476 typedef GLboolean (WINE_GLAPI *PGLFNISSYNCPROC)(GLsync sync);
2662 typedef GLboolean (WINE_GLAPI *PGLFNISBUFFERARBPROC)(GLuint buffer);
2668 typedef GLboolean (WINE_GLAPI *PGLFNUNMAPBUFFERARBPROC)(GLenum target);
2792 GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
2821 typedef GLboolean (WINE_GLAPI *PGLFNISPROGRAMARBPROC)(GLuint program);
2857 GLsizei count, GLboolean transpose, const GLfloat *value);
2859 GLsizei count, GLboolean transpose, const GLfloat *value);
2861 GLsizei count, GLboolean transpose, const GLfloat *value);
3012 typedef GLvoid (WINE_GLAPI *PGLFNCOLORMASKINDEXEDEXTPROC)(GLuint buffer_idx, GLboolean r, GLboolean g,
3013 GLboolean b, GLboolean a);
3014 typedef GLvoid (WINE_GLAPI *PGLFNGETBOOLEANINDEXEDVEXTPROC)(GLenum param, GLuint index, GLboolean *value);
3018 typedef GLboolean (WINE_GLAPI *PGLFNISENABLEDINDEXEDEXTPROC)(GLenum target, GLuint index);
3114 typedef GLboolean (WINE_GLAPI *PGLFNGLISRENDERBUFFEREXTPROC)(GLuint renderbuffer);
3121 typedef GLboolean (WINE_GLAPI *PGLFNGLISFRAMEBUFFEREXTPROC)(GLuint framebuffer);
3448 typedef GLboolean (WINE_GLAPI *PGLFNTESTFENCENVPROC)(GLuint);
3450 typedef GLboolean (WINE_GLAPI *PGLFNISFENCENVPROC)(GLuint);
3590 GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);