Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h152 glTexSubImage2D_wrapper_proc_t glTexSubImage2D;
Dgles3_wrapper_context.h123 glTexSubImage2D_wrapper_proc_t glTexSubImage2D;
Dgles1_wrapper_context.cpp152 glTexSubImage2D = (glTexSubImage2D_wrapper_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
Dgles1_wrapper_proc.h151 typedef void (gles1_APIENTRY *glTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLsizei… typedef
Dgles3_wrapper_context.cpp123 glTexSubImage2D = (glTexSubImage2D_wrapper_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
Dgles3_wrapper_proc.h122 typedef void (gles3_APIENTRY *glTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLsizei… typedef