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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 250 glTexGenfvOES_t glTexGenfvOES;
gl_proc.h 250 typedef void (GL_APIENTRY *glTexGenfvOES_t) (GLenum, GLenum, const GLfloat*);
GLDispatch.cpp 267 s_gl.glTexGenfvOES = (glTexGenfvOES_t) s_gles_lib->findSymbol("glTexGenfvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 250 glTexGenfvOES_t glTexGenfvOES;
    [all...]
gles_proc.h 250 typedef void (* glTexGenfvOES_t) (GLenum, GLenum, const GLfloat*);
gles_dispatch.cpp 252 ptr = dlsym(gles_android,"glTexGenfvOES"); disp->set_glTexGenfvOES((glTexGenfvOES_t)ptr);

Completed in 36 milliseconds