Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_context.h27 glGetTexParameterfv_wrapper_proc_t glGetTexParameterfv;
Dgles3_wrapper_context.h85 glGetTexParameterfv_wrapper_proc_t glGetTexParameterfv;
Dgles1_wrapper_context.cpp27 …glGetTexParameterfv = (glGetTexParameterfv_wrapper_proc_t) getProc("glGetTexParameterfv", userData… in initDispatchByName()
Dgles1_wrapper_proc.h26 typedef void (gles1_APIENTRY *glGetTexParameterfv_wrapper_proc_t) (GLenum, GLenum, GLfloat*); typedef
Dgles3_wrapper_context.cpp85 …glGetTexParameterfv = (glGetTexParameterfv_wrapper_proc_t) getProc("glGetTexParameterfv", userData… in initDispatchByName()
Dgles3_wrapper_proc.h84 typedef void (gles3_APIENTRY *glGetTexParameterfv_wrapper_proc_t) (GLenum, GLenum, GLfloat*); typedef