HomeSort by relevance Sort by last modified time
    Searched refs:glAlphaFunc_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 23 glAlphaFunc_t glAlphaFunc;
295 glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return retval;}
    [all...]
gles_proc.h 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf);
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);

Completed in 1713 milliseconds