Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h133 glRotatex_wrapper_proc_t glRotatex;
Dgles1_wrapper_context.cpp133 glRotatex = (glRotatex_wrapper_proc_t) getProc("glRotatex", userData); in initDispatchByName()
Dgles1_wrapper_proc.h132 typedef void (gles1_APIENTRY *glRotatex_wrapper_proc_t) (GLfixed, GLfixed, GLfixed, GLfixed); typedef