Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h62 glAlphaFuncx_t glAlphaFuncx;
334glAlphaFuncx_t set_glAlphaFuncx(glAlphaFuncx_t f) { glAlphaFuncx_t retval = glAlphaFuncx; glAlphaF… in set_glAlphaFuncx()
Dgles_proc.h62 typedef void (* glAlphaFuncx_t) (GLenum, GLclampx); typedef
Dgles_dispatch.cpp64 ptr = dlsym(gles_android,"glAlphaFuncx"); disp->set_glAlphaFuncx((glAlphaFuncx_t)ptr); in create_gles_dispatch()