HomeSort by relevance Sort by last modified time
    Searched refs:glDrawElements_wrapper_proc_t (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 80 glDrawElements_wrapper_proc_t glDrawElements;
gles3_wrapper_context.h 54 glDrawElements_wrapper_proc_t glDrawElements;
gles1_wrapper_context.cpp 80 glDrawElements = (glDrawElements_wrapper_proc_t) getProc("glDrawElements", userData);
gles1_wrapper_proc.h 79 typedef void (gles1_APIENTRY *glDrawElements_wrapper_proc_t) (GLenum, GLsizei, GLenum, const GLvoid*);
gles3_wrapper_context.cpp 54 glDrawElements = (glDrawElements_wrapper_proc_t) getProc("glDrawElements", userData);
    [all...]
gles3_wrapper_proc.h 53 typedef void (gles3_APIENTRY *glDrawElements_wrapper_proc_t) (GLenum, GLsizei, GLenum, const GLvoid*);
    [all...]

Completed in 65 milliseconds