Home
last modified time | relevance | path

Searched refs:glAlphaFuncxOES_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h181 glAlphaFuncxOES_t glAlphaFuncxOES;
453glAlphaFuncxOES_t set_glAlphaFuncxOES(glAlphaFuncxOES_t f) { glAlphaFuncxOES_t retval = glAlphaFun… in set_glAlphaFuncxOES()
Dgles_proc.h181 typedef void (* glAlphaFuncxOES_t) (GLenum, GLclampx); typedef
Dgles_dispatch.cpp183 ptr = dlsym(gles_android,"glAlphaFuncxOES"); disp->set_glAlphaFuncxOES((glAlphaFuncxOES_t)ptr); in create_gles_dispatch()