Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h54 glBindTexture_server_proc_t glBindTexture;
Dgles1_server_context.cpp54 glBindTexture = (glBindTexture_server_proc_t) getProc("glBindTexture", userData); in initDispatchByName()
Dgles1_server_proc.h56 typedef void (gles1_APIENTRY *glBindTexture_server_proc_t) (GLenum, GLuint); typedef
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h21 glBindTexture_server_proc_t glBindTexture;
Dgles2_server_context.cpp19 glBindTexture = (glBindTexture_server_proc_t) getProc("glBindTexture", userData); in initDispatchByName()
Dgles2_server_proc.h23 typedef void (gles2_APIENTRY *glBindTexture_server_proc_t) (GLenum, GLuint); typedef