Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h207 glOrthoxOES_t glOrthoxOES;
479glOrthoxOES_t set_glOrthoxOES(glOrthoxOES_t f) { glOrthoxOES_t retval = glOrthoxOES; glOrthoxOES =… in set_glOrthoxOES()
Dgles_proc.h207 typedef void (* glOrthoxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
Dgles_dispatch.cpp209 ptr = dlsym(gles_android,"glOrthoxOES"); disp->set_glOrthoxOES((glOrthoxOES_t)ptr); in create_gles_dispatch()