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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 85 glDepthFunc_t glDepthFunc;
357 glDepthFunc_t set_glDepthFunc(glDepthFunc_t f) { glDepthFunc_t retval = glDepthFunc; glDepthFunc = f; return retval;}
    [all...]
gles_proc.h 85 typedef void (* glDepthFunc_t) (GLenum);
gles_dispatch.cpp 87 ptr = dlsym(gles_android,"glDepthFunc"); disp->set_glDepthFunc((glDepthFunc_t)ptr);

Completed in 61 milliseconds