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

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);
gles_dispatch.h 295 glAlphaFunc_t set_glAlphaFunc(glAlphaFunc_t f) { glAlphaFunc_t retval = glAlphaFunc; glAlphaFunc = f; return retval;}
    [all...]

Completed in 4667 milliseconds