Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h245 glOrthofOES_t glOrthofOES;
517glOrthofOES_t set_glOrthofOES(glOrthofOES_t f) { glOrthofOES_t retval = glOrthofOES; glOrthofOES =… in set_glOrthofOES()
Dgles_proc.h245 typedef void (* glOrthofOES_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); typedef
Dgles_dispatch.cpp247 ptr = dlsym(gles_android,"glOrthofOES"); disp->set_glOrthofOES((glOrthofOES_t)ptr); in create_gles_dispatch()