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

  /device/generic/goldfish/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 43 milliseconds