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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_dispatch.h 61 glActiveTexture_t glActiveTexture;
333 glActiveTexture_t set_glActiveTexture(glActiveTexture_t f) { glActiveTexture_t retval = glActiveTexture; glActiveTexture = f; return retval;}
    [all...]
gles_proc.h 61 typedef void (* glActiveTexture_t) (GLenum);
gles_dispatch.cpp 63 ptr = dlsym(gles_android,"glActiveTexture"); disp->set_glActiveTexture((glActiveTexture_t)ptr);

Completed in 122 milliseconds