Home | History | Annotate | Download | only in libagl

Lines Matching refs:GLenum

117 void _ogles_error(ogles_context_t* c, GLenum error)
123 static bool stencilop_valid(GLenum op) {
136 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled)
226 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
237 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) {
249 void glAlphaFunc(GLenum func, GLclampf ref)
254 void glCullFace(GLenum mode)
268 void glFrontFace(GLenum mode)
282 void glHint(GLenum target, GLenum mode)
302 void glEnable(GLenum cap) {
306 void glDisable(GLenum cap) {
319 GLenum glGetError()
329 const GLenum ret(c->error);
335 const GLenum ret(c->rasterizer.error);
343 const GLubyte* glGetString(GLenum string)
356 void glGetIntegerv(GLenum pname, GLint *params)
544 void glDepthFunc(GLenum func) {
549 void glLogicOp(GLenum opcode) {
554 void glAlphaFuncx(GLenum func, GLclampx ref) {
559 void glBlendFunc(GLenum sfactor, GLenum dfactor) {