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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 219 glTranslatexOES_t glTranslatexOES;
gl_proc.h 219 typedef void (GL_APIENTRY *glTranslatexOES_t) (GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 236 s_gl.glTranslatexOES = (glTranslatexOES_t) s_gles_lib->findSymbol("glTranslatexOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 219 glTranslatexOES_t glTranslatexOES;
    [all...]
gles_proc.h 219 typedef void (* glTranslatexOES_t) (GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 221 ptr = dlsym(gles_android,"glTranslatexOES"); disp->set_glTranslatexOES((glTranslatexOES_t)ptr);

Completed in 24 milliseconds