HomeSort by relevance Sort by last modified time
    Searched refs:glDepthRangef_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 28 glDepthRangef_t glDepthRangef;
300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
    [all...]
gles_proc.h 28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf);
gles_dispatch.cpp 30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);

Completed in 2859 milliseconds