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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 252 glTexGenivOES_t glTexGenivOES;
gl_proc.h 252 typedef void (GL_APIENTRY *glTexGenivOES_t) (GLenum, GLenum, const GLint*);
GLDispatch.cpp 269 s_gl.glTexGenivOES = (glTexGenivOES_t) s_gles_lib->findSymbol("glTexGenivOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 252 glTexGenivOES_t glTexGenivOES;
    [all...]
gles_proc.h 252 typedef void (* glTexGenivOES_t) (GLenum, GLenum, const GLint*);
gles_dispatch.cpp 254 ptr = dlsym(gles_android,"glTexGenivOES"); disp->set_glTexGenivOES((glTexGenivOES_t)ptr);

Completed in 25 milliseconds