Home
last modified time | relevance | path

Searched refs:glDepthFunc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h85 glDepthFunc_t glDepthFunc;
357glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc =… in set_glDepthFunc()
Dgles_proc.h85 typedef void (* glDepthFunc_t) (GLenum); typedef
Dgles_dispatch.cpp87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr); in create_gles_dispatch()