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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 201 glLoadMatrixxOES_t glLoadMatrixxOES;
gl_proc.h 201 typedef void (GL_APIENTRY *glLoadMatrixxOES_t) (const GLfixed*);
GLDispatch.cpp 218 s_gl.glLoadMatrixxOES = (glLoadMatrixxOES_t) s_gles_lib->findSymbol("glLoadMatrixxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 201 glLoadMatrixxOES_t glLoadMatrixxOES;
    [all...]
gles_proc.h 201 typedef void (* glLoadMatrixxOES_t) (const GLfixed*);
gles_dispatch.cpp 203 ptr = dlsym(gles_android,"glLoadMatrixxOES"); disp->set_glLoadMatrixxOES((glLoadMatrixxOES_t)ptr);

Completed in 33 milliseconds