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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 254 glTexGenxvOES_t glTexGenxvOES;
gl_proc.h 254 typedef void (GL_APIENTRY *glTexGenxvOES_t) (GLenum, GLenum, const GLfixed*);
GLDispatch.cpp 271 s_gl.glTexGenxvOES = (glTexGenxvOES_t) s_gles_lib->findSymbol("glTexGenxvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 254 glTexGenxvOES_t glTexGenxvOES;
    [all...]
gles_proc.h 254 typedef void (* glTexGenxvOES_t) (GLenum, GLenum, const GLfixed*);
gles_dispatch.cpp 256 ptr = dlsym(gles_android,"glTexGenxvOES"); disp->set_glTexGenxvOES((glTexGenxvOES_t)ptr);

Completed in 144 milliseconds