Home
last modified time | relevance | path

Searched refs:glLineWidth_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h32 glLineWidth_wrapper_proc_t glLineWidth;
Dgles3_wrapper_context.h101 glLineWidth_wrapper_proc_t glLineWidth;
Dgles1_wrapper_context.cpp32 glLineWidth = (glLineWidth_wrapper_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgles1_wrapper_proc.h31 typedef void (gles1_APIENTRY *glLineWidth_wrapper_proc_t) (GLfloat); typedef
Dgles3_wrapper_context.cpp101 glLineWidth = (glLineWidth_wrapper_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgles3_wrapper_proc.h100 typedef void (gles3_APIENTRY *glLineWidth_wrapper_proc_t) (GLfloat); typedef