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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 87 glDepthRangex_t glDepthRangex;
359 glDepthRangex_t set_glDepthRangex(glDepthRangex_t f) { glDepthRangex_t retval = glDepthRangex; glDepthRangex = f; return retval;}
    [all...]
gles_proc.h 87 typedef void (* glDepthRangex_t) (GLclampx, GLclampx);
gles_dispatch.cpp 89 ptr = dlsym(gles_android,"glDepthRangex"); disp->set_glDepthRangex((glDepthRangex_t)ptr);

Completed in 34 milliseconds