Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h43 glLoadMatrixf_t glLoadMatrixf;
315glLoadMatrixf_t set_glLoadMatrixf(glLoadMatrixf_t f) { glLoadMatrixf_t retval = glLoadMatrixf; glL… in set_glLoadMatrixf()
Dgles_proc.h43 typedef void (* glLoadMatrixf_t) (const GLfloat*); typedef
Dgles_dispatch.cpp45 ptr = dlsym(gles_android,"glLoadMatrixf"); disp->set_glLoadMatrixf((glLoadMatrixf_t)ptr); in create_gles_dispatch()