Searched refs:glTexSubImage2D_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 152 glTexSubImage2D_wrapper_proc_t glTexSubImage2D;
|
D | gles3_wrapper_context.h | 123 glTexSubImage2D_wrapper_proc_t glTexSubImage2D;
|
D | gles1_wrapper_context.cpp | 152 glTexSubImage2D = (glTexSubImage2D_wrapper_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
D | gles1_wrapper_proc.h | 151 typedef void (gles1_APIENTRY *glTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLsizei… typedef
|
D | gles3_wrapper_context.cpp | 123 glTexSubImage2D = (glTexSubImage2D_wrapper_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
D | gles3_wrapper_proc.h | 122 typedef void (gles3_APIENTRY *glTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLsizei… typedef
|