Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h51 glActiveTexture_wrapper_proc_t glActiveTexture;
Dgles3_wrapper_context.h13 glActiveTexture_wrapper_proc_t glActiveTexture;
Dgles1_wrapper_context.cpp51 glActiveTexture = (glActiveTexture_wrapper_proc_t) getProc("glActiveTexture", userData); in initDispatchByName()
Dgles1_wrapper_proc.h50 typedef void (gles1_APIENTRY *glActiveTexture_wrapper_proc_t) (GLenum); typedef
Dgles3_wrapper_context.cpp13 glActiveTexture = (glActiveTexture_wrapper_proc_t) getProc("glActiveTexture", userData); in initDispatchByName()
Dgles3_wrapper_proc.h12 typedef void (gles3_APIENTRY *glActiveTexture_wrapper_proc_t) (GLenum); typedef