Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h179 glDrawTexiOES_wrapper_proc_t glDrawTexiOES;
Dgles1_wrapper_context.cpp179 glDrawTexiOES = (glDrawTexiOES_wrapper_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
Dgles1_wrapper_proc.h178 typedef void (gles1_APIENTRY *glDrawTexiOES_wrapper_proc_t) (GLint, GLint, GLint, GLint, GLint); typedef