Searched refs:glAlphaFuncx (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h50 {"glAlphaFuncx", (void*)glAlphaFuncx},
H A Dgl_client_context.h52 glAlphaFuncx_client_proc_t glAlphaFuncx; member in struct:gl_client_context_t
H A Dgl_client_context.cpp52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData);
H A Dgl_entry.cpp47 void glAlphaFuncx(GLenum func, GLclampx ref);
541 void glAlphaFuncx(GLenum func, GLclampx ref) function
544 ctx->glAlphaFuncx(ctx, func, ref);
H A Dgl_enc.cpp8325 this->glAlphaFuncx = &glAlphaFuncx_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h59 {"glAlphaFuncx", (void *)glAlphaFuncx},
H A Dgles_dispatch.h62 glAlphaFuncx_t glAlphaFuncx; member in struct:gles_dispatch
334 glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; return retval;}
H A Dgles.cpp251 void glAlphaFuncx(GLenum func, GLclampx ref) function
253 getDispatch()->glAlphaFuncx(func, ref);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);

Completed in 109 milliseconds