Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h150 glTexParameteriv_wrapper_proc_t glTexParameteriv;
Dgles3_wrapper_context.h122 glTexParameteriv_wrapper_proc_t glTexParameteriv;
Dgles1_wrapper_context.cpp150 glTexParameteriv = (glTexParameteriv_wrapper_proc_t) getProc("glTexParameteriv", userData); in initDispatchByName()
Dgles1_wrapper_proc.h149 typedef void (gles1_APIENTRY *glTexParameteriv_wrapper_proc_t) (GLenum, GLenum, const GLint*); typedef
Dgles3_wrapper_context.cpp122 glTexParameteriv = (glTexParameteriv_wrapper_proc_t) getProc("glTexParameteriv", userData); in initDispatchByName()
Dgles3_wrapper_proc.h121 typedef void (gles3_APIENTRY *glTexParameteriv_wrapper_proc_t) (GLenum, GLenum, const GLint*); typedef