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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 99 glFrustumx_t glFrustumx;
gl_proc.h 99 typedef void (GL_APIENTRY *glFrustumx_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 116 s_gl.glFrustumx = (glFrustumx_t) s_gles_lib->findSymbol("glFrustumx");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 99 glFrustumx_t glFrustumx;
371 glFrustumx_t set_glFrustumx(glFrustumx_t f) { glFrustumx_t retval = glFrustumx; glFrustumx = f; return retval;}
    [all...]
gles_proc.h 99 typedef void (* glFrustumx_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 101 ptr = dlsym(gles_android,"glFrustumx"); disp->set_glFrustumx((glFrustumx_t)ptr);

Completed in 26 milliseconds