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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 28 glClearDepthf_client_proc_t glClearDepthf;
237 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
gl2_client_context.cpp 32 ptr = getProc("glClearDepthf", userData); set_glClearDepthf((glClearDepthf_client_proc_t)ptr);
gl2_client_proc.h 29 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 13 glClearDepthf_client_proc_t glClearDepthf;
305 virtual glClearDepthf_client_proc_t set_glClearDepthf(glClearDepthf_client_proc_t f) { glClearDepthf_client_proc_t retval = glClearDepthf; glClearDepthf = f; return retval;}
    [all...]
gl_client_context.cpp 17 ptr = getProc("glClearDepthf", userData); set_glClearDepthf((glClearDepthf_client_proc_t)ptr);
gl_client_proc.h 14 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf);

Completed in 28 milliseconds