Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h70 glCopyTexSubImage2D_wrapper_proc_t glCopyTexSubImage2D;
Dgles3_wrapper_context.h37 glCopyTexSubImage2D_wrapper_proc_t glCopyTexSubImage2D;
Dgles1_wrapper_context.cpp70 …glCopyTexSubImage2D = (glCopyTexSubImage2D_wrapper_proc_t) getProc("glCopyTexSubImage2D", userData… in initDispatchByName()
Dgles1_wrapper_proc.h69 typedef void (gles1_APIENTRY *glCopyTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLi… typedef
Dgles3_wrapper_context.cpp37 …glCopyTexSubImage2D = (glCopyTexSubImage2D_wrapper_proc_t) getProc("glCopyTexSubImage2D", userData… in initDispatchByName()
Dgles3_wrapper_proc.h36 typedef void (gles3_APIENTRY *glCopyTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLi… typedef