Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h135 glOrthox_t glOrthox;
407glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;} in set_glOrthox()
Dgles_proc.h135 typedef void (* glOrthox_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
Dgles_dispatch.cpp137 ptr = dlsym(gles_android,"glOrthox"); disp->set_glOrthox((glOrthox_t)ptr); in create_gles_dispatch()