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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 253 glTexGenxOES_t glTexGenxOES;
gl_proc.h 253 typedef void (GL_APIENTRY *glTexGenxOES_t) (GLenum, GLenum, GLfixed);
GLDispatch.cpp 270 s_gl.glTexGenxOES = (glTexGenxOES_t) s_gles_lib->findSymbol("glTexGenxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 253 glTexGenxOES_t glTexGenxOES;
    [all...]
gles_proc.h 253 typedef void (* glTexGenxOES_t) (GLenum, GLenum, GLfixed);
gles_dispatch.cpp 255 ptr = dlsym(gles_android,"glTexGenxOES"); disp->set_glTexGenxOES((glTexGenxOES_t)ptr);

Completed in 27 milliseconds