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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 144 glRotatex_t glRotatex;
gl_proc.h 144 typedef void (GL_APIENTRY *glRotatex_t) (GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 161 s_gl.glRotatex = (glRotatex_t) s_gles_lib->findSymbol("glRotatex");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 144 glRotatex_t glRotatex;
416 glRotatex_t set_glRotatex(glRotatex_t f) { glRotatex_t retval = glRotatex; glRotatex = f; return retval;}
    [all...]
gles_proc.h 144 typedef void (* glRotatex_t) (GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 146 ptr = dlsym(gles_android,"glRotatex"); disp->set_glRotatex((glRotatex_t)ptr);

Completed in 26 milliseconds