Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h54 glBindTexture_wrapper_proc_t glBindTexture;
Dgles3_wrapper_context.h19 glBindTexture_wrapper_proc_t glBindTexture;
Dgles1_wrapper_context.cpp54 glBindTexture = (glBindTexture_wrapper_proc_t) getProc("glBindTexture", userData); in initDispatchByName()
Dgles1_wrapper_proc.h53 typedef void (gles1_APIENTRY *glBindTexture_wrapper_proc_t) (GLenum, GLuint); typedef
Dgles3_wrapper_context.cpp19 glBindTexture = (glBindTexture_wrapper_proc_t) getProc("glBindTexture", userData); in initDispatchByName()
Dgles3_wrapper_proc.h18 typedef void (gles3_APIENTRY *glBindTexture_wrapper_proc_t) (GLenum, GLuint); typedef