Home
last modified time | relevance | path

Searched refs:glCopyTexImage2D_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h80 glCopyTexImage2D_t glCopyTexImage2D;
352glCopyTexImage2D_t set_glCopyTexImage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopy… in set_glCopyTexImage2D()
Dgles_proc.h80 typedef void (* glCopyTexImage2D_t) (GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); typedef
Dgles_dispatch.cpp82 … ptr = dlsym(gles_android,"glCopyTexImage2D"); disp->set_glCopyTexImage2D((glCopyTexImage2D_t)ptr); in create_gles_dispatch()