Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h104 glGetTexParameterxv_wrapper_proc_t glGetTexParameterxv;
Dgles1_wrapper_context.cpp104 …glGetTexParameterxv = (glGetTexParameterxv_wrapper_proc_t) getProc("glGetTexParameterxv", userData… in initDispatchByName()
Dgles1_wrapper_proc.h103 typedef void (gles1_APIENTRY *glGetTexParameterxv_wrapper_proc_t) (GLenum, GLenum, GLfixed*); typedef