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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 204 glMultMatrixxOES_t glMultMatrixxOES;
gl_proc.h 204 typedef void (GL_APIENTRY *glMultMatrixxOES_t) (const GLfixed*);
GLDispatch.cpp 221 s_gl.glMultMatrixxOES = (glMultMatrixxOES_t) s_gles_lib->findSymbol("glMultMatrixxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 204 glMultMatrixxOES_t glMultMatrixxOES;
    [all...]
gles_proc.h 204 typedef void (* glMultMatrixxOES_t) (const GLfixed*);
gles_dispatch.cpp 206 ptr = dlsym(gles_android,"glMultMatrixxOES"); disp->set_glMultMatrixxOES((glMultMatrixxOES_t)ptr);

Completed in 398 milliseconds