Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h147 glTexImage2D_wrapper_proc_t glTexImage2D;
Dgles3_wrapper_context.h118 glTexImage2D_wrapper_proc_t glTexImage2D;
Dgles1_wrapper_context.cpp147 glTexImage2D = (glTexImage2D_wrapper_proc_t) getProc("glTexImage2D", userData); in initDispatchByName()
Dgles1_wrapper_proc.h146 typedef void (gles1_APIENTRY *glTexImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLsizei, GLsizei,… typedef
Dgles3_wrapper_context.cpp118 glTexImage2D = (glTexImage2D_wrapper_proc_t) getProc("glTexImage2D", userData); in initDispatchByName()
Dgles3_wrapper_proc.h117 typedef void (gles3_APIENTRY *glTexImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLsizei, GLsizei,… typedef