Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h189 glFrustumxOES_t glFrustumxOES;
461glFrustumxOES_t set_glFrustumxOES(glFrustumxOES_t f) { glFrustumxOES_t retval = glFrustumxOES; glF… in set_glFrustumxOES()
Dgles_proc.h189 typedef void (* glFrustumxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed); typedef
Dgles_dispatch.cpp191 ptr = dlsym(gles_android,"glFrustumxOES"); disp->set_glFrustumxOES((glFrustumxOES_t)ptr); in create_gles_dispatch()