Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:glDepthFunc

85     glDepthFunc_t glDepthFunc;
357 glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc = f; return retval;}