Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_dispatch.h104 glGenTextures_t glGenTextures;
376glGenTextures_t set_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glG… in set_glGenTextures()
Dgles_proc.h104 typedef void (* glGenTextures_t) (GLsizei, GLuint*); typedef
Dgles_dispatch.cpp106 ptr = dlsym(gles_android,"glGenTextures"); disp->set_glGenTextures((glGenTextures_t)ptr); in create_gles_dispatch()