Searched refs:set_glAlphaFuncxOES (Results 1 - 5 of 5) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp190 ptr = getProc("glAlphaFuncxOES", userData); set_glAlphaFuncxOES((glAlphaFuncxOES_client_proc_t)ptr);
H A Dgl_client_context.h478 virtual glAlphaFuncxOES_client_proc_t set_glAlphaFuncxOES(glAlphaFuncxOES_client_proc_t f) { glAlphaFuncxOES_client_proc_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp5067 set_glAlphaFuncxOES(glAlphaFuncxOES_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp183 ptr = dlsym(gles_android,"glAlphaFuncxOES"); disp->set_glAlphaFuncxOES((glAlphaFuncxOES_t)ptr);
H A Dgles_dispatch.h453 glAlphaFuncxOES_t set_glAlphaFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFuncxOES; glAlphaFuncxOES = f; return retval;} function in struct:gles_dispatch

Completed in 28 milliseconds