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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 58 glClearDepthx_client_proc_t glClearDepthx;
350 virtual glClearDepthx_client_proc_t set_glClearDepthx(glClearDepthx_client_proc_t f) { glClearDepthx_client_proc_t retval = glClearDepthx; glClearDepthx = f; return retval;}
    [all...]
gl_client_context.cpp 62 ptr = getProc("glClearDepthx", userData); set_glClearDepthx((glClearDepthx_client_proc_t)ptr);
gl_client_proc.h 59 typedef void (gl_APIENTRY *glClearDepthx_client_proc_t) (void * ctx, GLclampx);

Completed in 33 milliseconds