Home | History | Annotate | Download | only in libagl

Lines Matching refs:GLenum

116 void _ogles_error(ogles_context_t* c, GLenum error)
122 static bool stencilop_valid(GLenum op) {
135 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled)
225 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
236 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) {
248 void glAlphaFunc(GLenum func, GLclampf ref)
253 void glCullFace(GLenum mode)
267 void glFrontFace(GLenum mode)
281 void glHint(GLenum target, GLenum mode)
301 void glEnable(GLenum cap) {
305 void glDisable(GLenum cap) {
318 GLenum glGetError()
328 const GLenum ret(c->error);
334 const GLenum ret(c->rasterizer.error);
342 const GLubyte* glGetString(GLenum string)
355 void glGetIntegerv(GLenum pname, GLint *params)
543 void glDepthFunc(GLenum func) {
548 void glLogicOp(GLenum opcode) {
553 void glAlphaFuncx(GLenum func, GLclampx ref) {
558 void glBlendFunc(GLenum sfactor, GLenum dfactor) {