Home
last modified time | relevance | path

Searched refs:set_glDepthFunc (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.cpp87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr); in create_gles_dispatch()
Dgles_dispatch.h357 …glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc =… in set_glDepthFunc() function