Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h93 glGenTextures_wrapper_proc_t glGenTextures;
Dgles3_wrapper_context.h66 glGenTextures_wrapper_proc_t glGenTextures;
Dgles1_wrapper_context.cpp93 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgles1_wrapper_proc.h92 typedef void (gles1_APIENTRY *glGenTextures_wrapper_proc_t) (GLsizei, GLuint*); typedef
Dgles3_wrapper_context.cpp66 glGenTextures = (glGenTextures_wrapper_proc_t) getProc("glGenTextures", userData); in initDispatchByName()
Dgles3_wrapper_proc.h65 typedef void (gles3_APIENTRY *glGenTextures_wrapper_proc_t) (GLsizei, GLuint*); typedef