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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 189 glFrustumxOES_t glFrustumxOES;
gl_proc.h 189 typedef void (GL_APIENTRY *glFrustumxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 206 s_gl.glFrustumxOES = (glFrustumxOES_t) s_gles_lib->findSymbol("glFrustumxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 189 glFrustumxOES_t glFrustumxOES;
    [all...]
gles_proc.h 189 typedef void (* glFrustumxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 191 ptr = dlsym(gles_android,"glFrustumxOES"); disp->set_glFrustumxOES((glFrustumxOES_t)ptr);

Completed in 381 milliseconds