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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 207 glOrthoxOES_t glOrthoxOES;
gl_proc.h 207 typedef void (GL_APIENTRY *glOrthoxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 224 s_gl.glOrthoxOES = (glOrthoxOES_t) s_gles_lib->findSymbol("glOrthoxOES");
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 207 glOrthoxOES_t glOrthoxOES;
    [all...]
gles_proc.h 207 typedef void (* glOrthoxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 209 ptr = dlsym(gles_android,"glOrthoxOES"); disp->set_glOrthoxOES((glOrthoxOES_t)ptr);

Completed in 2351 milliseconds