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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 249 glTexGenfOES_t glTexGenfOES;
    [all...]
gles_proc.h 249 typedef void (* glTexGenfOES_t) (GLenum, GLenum, GLfloat);
gles_dispatch.cpp 251 ptr = dlsym(gles_android,"glTexGenfOES"); disp->set_glTexGenfOES((glTexGenfOES_t)ptr);

Completed in 36 milliseconds