Searched refs:glTexImage2D_wrapper_proc_t (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 147 glTexImage2D_wrapper_proc_t glTexImage2D;
|
D | gles3_wrapper_context.h | 118 glTexImage2D_wrapper_proc_t glTexImage2D;
|
D | gles1_wrapper_context.cpp | 147 glTexImage2D = (glTexImage2D_wrapper_proc_t) getProc("glTexImage2D", userData); in initDispatchByName()
|
D | gles1_wrapper_proc.h | 146 typedef void (gles1_APIENTRY *glTexImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLsizei, GLsizei,… typedef
|
D | gles3_wrapper_context.cpp | 118 glTexImage2D = (glTexImage2D_wrapper_proc_t) getProc("glTexImage2D", userData); in initDispatchByName()
|
D | gles3_wrapper_proc.h | 117 typedef void (gles3_APIENTRY *glTexImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLsizei, GLsizei,… typedef
|