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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 142 glPushMatrix_t glPushMatrix;
gl_proc.h 142 typedef void (GL_APIENTRY *glPushMatrix_t) ();
GLDispatch.cpp 159 s_gl.glPushMatrix = (glPushMatrix_t) s_gles_lib->findSymbol("glPushMatrix");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 142 glPushMatrix_t glPushMatrix;
414 glPushMatrix_t set_glPushMatrix(glPushMatrix_t f) { glPushMatrix_t retval = glPushMatrix; glPushMatrix = f; return retval;}
    [all...]
gles_proc.h 142 typedef void (* glPushMatrix_t) ();
gles_dispatch.cpp 144 ptr = dlsym(gles_android,"glPushMatrix"); disp->set_glPushMatrix((glPushMatrix_t)ptr);

Completed in 25 milliseconds