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