Home
last modified time | relevance | path

Searched refs:glOrthof_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h49 glOrthof_t glOrthof;
321glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;} in set_glOrthof()
Dgles_proc.h49 typedef void (* glOrthof_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); typedef
Dgles_dispatch.cpp51 ptr = dlsym(gles_android,"glOrthof"); disp->set_glOrthof((glOrthof_t)ptr); in create_gles_dispatch()