Searched refs:glAlphaFuncx (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 59 {"glAlphaFuncx", (void *)glAlphaFuncx},
|
D | gles_dispatch.h | 62 glAlphaFuncx_t glAlphaFuncx; member 334 …t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaFuncx = f; ret… in set_glAlphaFuncx()
|
D | gles.cpp | 251 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 253 getDispatch()->glAlphaFuncx(func, ref); in glAlphaFuncx()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 50 {"glAlphaFuncx", (void*)glAlphaFuncx},
|
D | gl_client_context.h | 52 glAlphaFuncx_client_proc_t glAlphaFuncx; member
|
D | gl_client_context.cpp | 52 glAlphaFuncx = (glAlphaFuncx_client_proc_t) getProc("glAlphaFuncx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 48 void glAlphaFuncx(GLenum func, GLclampx ref); 543 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() function 546 ctx->glAlphaFuncx(ctx, func, ref); in glAlphaFuncx()
|
D | gl_enc.cpp | 8210 this->glAlphaFuncx = &glAlphaFuncx_enc; in gl_encoder_context_t()
|