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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 131 glMultMatrixx_t glMultMatrixx;
gl_proc.h 131 typedef void (GL_APIENTRY *glMultMatrixx_t) (const GLfixed*);
GLDispatch.cpp 148 s_gl.glMultMatrixx = (glMultMatrixx_t) s_gles_lib->findSymbol("glMultMatrixx");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 131 glMultMatrixx_t glMultMatrixx;
403 glMultMatrixx_t set_glMultMatrixx(glMultMatrixx_t f) { glMultMatrixx_t retval = glMultMatrixx; glMultMatrixx = f; return retval;}
    [all...]
gles_proc.h 131 typedef void (* glMultMatrixx_t) (const GLfixed*);
gles_dispatch.cpp 133 ptr = dlsym(gles_android,"glMultMatrixx"); disp->set_glMultMatrixx((glMultMatrixx_t)ptr);

Completed in 22 milliseconds