Public Member Functions | |
void | onDrawFrame (GL10 gl) |
void | onSurfaceChanged (GL10 gl, int width, int height) |
void | onSurfaceCreated (GL10 gl, EGLConfig config) |
void | setProgressDialog (ProgressDialog progressDialog) |
Private Attributes | |
ProgressDialog | mProgressDialog |
Definition at line 28 of file Renderer.java.
void com.introlab.rtabmap.Renderer.onDrawFrame | ( | GL10 | gl | ) | [inline] |
Definition at line 38 of file Renderer.java.
void com.introlab.rtabmap.Renderer.onSurfaceChanged | ( | GL10 | gl, |
int | width, | ||
int | height | ||
) | [inline] |
Definition at line 47 of file Renderer.java.
void com.introlab.rtabmap.Renderer.onSurfaceCreated | ( | GL10 | gl, |
EGLConfig | config | ||
) | [inline] |
Definition at line 52 of file Renderer.java.
void com.introlab.rtabmap.Renderer.setProgressDialog | ( | ProgressDialog | progressDialog | ) | [inline] |
Definition at line 32 of file Renderer.java.
ProgressDialog com.introlab.rtabmap.Renderer.mProgressDialog [private] |
Definition at line 30 of file Renderer.java.