Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h118 glMaterialxv_wrapper_proc_t glMaterialxv;
Dgles1_wrapper_context.cpp118 glMaterialxv = (glMaterialxv_wrapper_proc_t) getProc("glMaterialxv", userData); in initDispatchByName()
Dgles1_wrapper_proc.h117 typedef void (gles1_APIENTRY *glMaterialxv_wrapper_proc_t) (GLenum, GLenum, const GLfixed*); typedef