Searched refs:glAlphaFuncxOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 178 {"glAlphaFuncxOES", (void *)glAlphaFuncxOES},
|
D | gles_dispatch.h | 181 glAlphaFuncxOES_t glAlphaFuncxOES; member 453 …aFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; … in set_glAlphaFuncxOES()
|
D | gles.cpp | 846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function 848 getDispatch()->glAlphaFuncxOES(func, ref); in glAlphaFuncxOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
|
D | gl_client_context.h | 188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
|
D | gl_client_context.cpp | 188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 184 void glAlphaFuncxOES(GLenum func, GLclampx ref); 1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function 1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
|
D | gl_enc.cpp | 8346 this->glAlphaFuncxOES = &glAlphaFuncxOES_enc; in gl_encoder_context_t()
|