Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h148 glTexParameteri_wrapper_proc_t glTexParameteri;
Dgles3_wrapper_context.h121 glTexParameteri_wrapper_proc_t glTexParameteri;
Dgles1_wrapper_context.cpp148 glTexParameteri = (glTexParameteri_wrapper_proc_t) getProc("glTexParameteri", userData); in initDispatchByName()
Dgles1_wrapper_proc.h147 typedef void (gles1_APIENTRY *glTexParameteri_wrapper_proc_t) (GLenum, GLenum, GLint); typedef
Dgles3_wrapper_context.cpp121 glTexParameteri = (glTexParameteri_wrapper_proc_t) getProc("glTexParameteri", userData); in initDispatchByName()
Dgles3_wrapper_proc.h120 typedef void (gles3_APIENTRY *glTexParameteri_wrapper_proc_t) (GLenum, GLenum, GLint); typedef