Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h69 glCopyTexImage2D_wrapper_proc_t glCopyTexImage2D;
Dgles3_wrapper_context.h36 glCopyTexImage2D_wrapper_proc_t glCopyTexImage2D;
Dgles1_wrapper_context.cpp69 glCopyTexImage2D = (glCopyTexImage2D_wrapper_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
Dgles1_wrapper_proc.h68 typedef void (gles1_APIENTRY *glCopyTexImage2D_wrapper_proc_t) (GLenum, GLint, GLenum, GLint, GLint… typedef
Dgles3_wrapper_context.cpp36 glCopyTexImage2D = (glCopyTexImage2D_wrapper_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
Dgles3_wrapper_proc.h35 typedef void (gles3_APIENTRY *glCopyTexImage2D_wrapper_proc_t) (GLenum, GLint, GLenum, GLint, GLint… typedef