Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
Dgl_client_context.cpp70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
Dgl_client_proc.h69 typedef void (gl_APIENTRY *glCopyTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, GL… typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D;
Dgl2_client_context.cpp37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
Dgl2_client_proc.h36 typedef void (gl2_APIENTRY *glCopyTexSubImage2D_client_proc_t) (void * ctx, GLenum, GLint, GLint, G… typedef