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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 249 glTexGenfOES_t glTexGenfOES;
gl_proc.h 249 typedef void (GL_APIENTRY *glTexGenfOES_t) (GLenum, GLenum, GLfloat);
GLDispatch.cpp 266 s_gl.glTexGenfOES = (glTexGenfOES_t) s_gles_lib->findSymbol("glTexGenfOES");
  /development/tools/emulator/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 32 milliseconds