Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h144 glRotatex_t glRotatex;
416glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return r… in set_glRotatex()
Dgles_proc.h144 typedef void (* glRotatex_t) (GLfixed, GLfixed, GLfixed, GLfixed); typedef
Dgles_dispatch.cpp146 ptr = dlsym(gles_android,"glRotatex"); disp->set_glRotatex((glRotatex_t)ptr); in create_gles_dispatch()