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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
gl_proc.h 126 typedef void (GL_APIENTRY *glLoadMatrixx_t) (const GLfixed*);
GLDispatch.cpp 143 s_gl.glLoadMatrixx = (glLoadMatrixx_t) s_gles_lib->findSymbol("glLoadMatrixx");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 126 glLoadMatrixx_t glLoadMatrixx;
398 glLoadMatrixx_t set_glLoadMatrixx(glLoadMatrixx_t f) { glLoadMatrixx_t retval = glLoadMatrixx; glLoadMatrixx = f; return retval;}
    [all...]
gles_proc.h 126 typedef void (* glLoadMatrixx_t) (const GLfixed*);
gles_dispatch.cpp 128 ptr = dlsym(gles_android,"glLoadMatrixx"); disp->set_glLoadMatrixx((glLoadMatrixx_t)ptr);

Completed in 24 milliseconds