Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h28 glDepthRangef_t glDepthRangef;
300glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glD… in set_glDepthRangef()
Dgles_proc.h28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf); typedef
Dgles_dispatch.cpp30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr); in create_gles_dispatch()