HomeSort by relevance Sort by last modified time
    Searched defs:set_glOrthof (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 329 virtual glOrthof_client_proc_t set_glOrthof(glOrthof_client_proc_t f) { glOrthof_client_proc_t retval = glOrthof; glOrthof = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 321 glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;}
    [all...]

Completed in 26 milliseconds