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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 130 glMatrixMode_t glMatrixMode;
402 glMatrixMode_t set_glMatrixMode(glMatrixMode_t f) { glMatrixMode_t retval = glMatrixMode; glMatrixMode = f; return retval;}
    [all...]
gles_proc.h 130 typedef void (* glMatrixMode_t) (GLenum);
gles_dispatch.cpp 132 ptr = dlsym(gles_android,"glMatrixMode"); disp->set_glMatrixMode((glMatrixMode_t)ptr);

Completed in 150 milliseconds