Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h250 glTexGenfvOES_t glTexGenfvOES;
522glTexGenfvOES_t set_glTexGenfvOES(glTexGenfvOES_t f) { glTexGenfvOES_t retval = glTexGenfvOES; glT… in set_glTexGenfvOES()
Dgles_proc.h250 typedef void (* glTexGenfvOES_t) (GLenum, GLenum, const GLfloat*); typedef
Dgles_dispatch.cpp252 ptr = dlsym(gles_android,"glTexGenfvOES"); disp->set_glTexGenfvOES((glTexGenfvOES_t)ptr); in create_gles_dispatch()