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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 187 glFogxOES_t glFogxOES;
gl_proc.h 187 typedef void (GL_APIENTRY *glFogxOES_t) (GLenum, GLfixed);
GLDispatch.cpp 204 s_gl.glFogxOES = (glFogxOES_t) s_gles_lib->findSymbol("glFogxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 187 glFogxOES_t glFogxOES;
    [all...]
gles_proc.h 187 typedef void (* glFogxOES_t) (GLenum, GLfixed);
gles_dispatch.cpp 189 ptr = dlsym(gles_android,"glFogxOES"); disp->set_glFogxOES((glFogxOES_t)ptr);

Completed in 25 milliseconds