Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h212 glRotatexOES_t glRotatexOES;
484glRotatexOES_t set_glRotatexOES(glRotatexOES_t f) { glRotatexOES_t retval = glRotatexOES; glRotate… in set_glRotatexOES()
Dgles_proc.h212 typedef void (* glRotatexOES_t) (GLfixed, GLfixed, GLfixed, GLfixed); typedef
Dgles_dispatch.cpp214 ptr = dlsym(gles_android,"glRotatexOES"); disp->set_glRotatexOES((glRotatexOES_t)ptr); in create_gles_dispatch()