Searched refs:glCopyTexImage2D_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 69 glCopyTexImage2D_wrapper_proc_t glCopyTexImage2D;
|
D | gles3_wrapper_context.h | 36 glCopyTexImage2D_wrapper_proc_t glCopyTexImage2D;
|
D | gles1_wrapper_context.cpp | 69 glCopyTexImage2D = (glCopyTexImage2D_wrapper_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
D | gles1_wrapper_proc.h | 68 typedef void (gles1_APIENTRY *glCopyTexImage2D_wrapper_proc_t) (GLenum, GLint, GLenum, GLint, GLint… typedef
|
D | gles3_wrapper_context.cpp | 36 glCopyTexImage2D = (glCopyTexImage2D_wrapper_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
D | gles3_wrapper_proc.h | 35 typedef void (gles3_APIENTRY *glCopyTexImage2D_wrapper_proc_t) (GLenum, GLint, GLenum, GLint, GLint… typedef
|