Home
last modified time | relevance | path

Searched refs:glAlphaFuncxOES (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h178 {"glAlphaFuncxOES", (void *)glAlphaFuncxOES},
Dgles_dispatch.h181 glAlphaFuncxOES_t glAlphaFuncxOES; member
453 …aFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; … in set_glAlphaFuncxOES()
Dgles.cpp846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function
848 getDispatch()->glAlphaFuncxOES(func, ref); in glAlphaFuncxOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h168 {"glAlphaFuncxOES", (void*)glAlphaFuncxOES},
Dgl_client_context.h188 glAlphaFuncxOES_client_proc_t glAlphaFuncxOES; member
Dgl_client_context.cpp188 glAlphaFuncxOES = (glAlphaFuncxOES_client_proc_t) getProc("glAlphaFuncxOES", userData); in initDispatchByName()
Dgl_entry.cpp184 void glAlphaFuncxOES(GLenum func, GLclampx ref);
1363 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() function
1366 ctx->glAlphaFuncxOES(ctx, func, ref); in glAlphaFuncxOES()
Dgl_enc.cpp8346 this->glAlphaFuncxOES = &glAlphaFuncxOES_enc; in gl_encoder_context_t()