Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h23 glAlphaFunc_t glAlphaFunc;
295glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc =… in set_glAlphaFunc()
Dgles_proc.h23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf); typedef
Dgles_dispatch.cpp25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr); in create_gles_dispatch()