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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 49 glOrthof_t glOrthof;
gl_proc.h 49 typedef void (GL_APIENTRY *glOrthof_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat);
GLDispatch.cpp 66 s_gl.glOrthof = (glOrthof_t) s_gles_lib->findSymbol("glOrthof");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 49 glOrthof_t glOrthof;
321 glOrthof_t set_glOrthof(glOrthof_t f) { glOrthof_t retval = glOrthof; glOrthof = f; return retval;}
    [all...]
gles_proc.h 49 typedef void (* glOrthof_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat);
gles_dispatch.cpp 51 ptr = dlsym(gles_android,"glOrthof"); disp->set_glOrthof((glOrthof_t)ptr);

Completed in 46 milliseconds