Searched refs:glDepthFunc_t (Results 1 – 3 of 3) sorted by relevance
85 glDepthFunc_t glDepthFunc;357 …glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc =… in set_glDepthFunc()
85 typedef void (* glDepthFunc_t) (GLenum); typedef
87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr); in create_gles_dispatch()