Searched refs:glCopyTexSubImage2D_client_proc_t (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
|
D | gl2_client_context.cpp | 37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
D | gl2_client_proc.h | 36 typedef void (gl2_APIENTRY *glCopyTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, G… typedef
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
|
D | gl_client_context.cpp | 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
D | gl_client_proc.h | 69 typedef void (gl_APIENTRY *glCopyTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GL… typedef
|