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

  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 70 glCopyTexSubImage2D_wrapper_proc_t glCopyTexSubImage2D;
gles3_wrapper_context.h 37 glCopyTexSubImage2D_wrapper_proc_t glCopyTexSubImage2D;
gles1_wrapper_context.cpp 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_wrapper_proc_t) getProc("glCopyTexSubImage2D", userData);
gles1_wrapper_proc.h 69 typedef void (gles1_APIENTRY *glCopyTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
gles3_wrapper_context.cpp 37 glCopyTexSubImage2D = (glCopyTexSubImage2D_wrapper_proc_t) getProc("glCopyTexSubImage2D", userData);
    [all...]
gles3_wrapper_proc.h 36 typedef void (gles3_APIENTRY *glCopyTexSubImage2D_wrapper_proc_t) (GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
    [all...]

Completed in 54 milliseconds