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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 135 glOrthox_t glOrthox;
gl_proc.h 135 typedef void (GL_APIENTRY *glOrthox_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 152 s_gl.glOrthox = (glOrthox_t) s_gles_lib->findSymbol("glOrthox");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 135 glOrthox_t glOrthox;
407 glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;}
    [all...]
gles_proc.h 135 typedef void (* glOrthox_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 137 ptr = dlsym(gles_android,"glOrthox"); disp->set_glOrthox((glOrthox_t)ptr);

Completed in 283 milliseconds