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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 65 glBlendFunc_t glBlendFunc;
337 glBlendFunc_t set_glBlendFunc(glBlendFunc_t f) { glBlendFunc_t retval = glBlendFunc; glBlendFunc = f; return retval;}
    [all...]
gles_proc.h 65 typedef void (* glBlendFunc_t) (GLenum, GLenum);
gles_dispatch.cpp 67 ptr = dlsym(gles_android,"glBlendFunc"); disp->set_glBlendFunc((glBlendFunc_t)ptr);

Completed in 36 milliseconds