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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 70 glClearDepthx_t glClearDepthx;
342 glClearDepthx_t set_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
gles_proc.h 70 typedef void (* glClearDepthx_t) (GLclampx);
gles_dispatch.cpp 72 ptr = dlsym(gles_android,"glClearDepthx"); disp->set_glClearDepthx((glClearDepthx_t)ptr);

Completed in 82 milliseconds