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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 104 glGenTextures_t glGenTextures;
gl_proc.h 104 typedef void (GL_APIENTRY *glGenTextures_t) (GLsizei, GLuint*);
GLDispatch.cpp 121 s_gl.glGenTextures = (glGenTextures_t) s_gles_lib->findSymbol("glGenTextures");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 104 glGenTextures_t glGenTextures;
376 glGenTextures_t set_glGenTextures(glGenTextures_t f) { glGenTextures_t retval = glGenTextures; glGenTextures = f; return retval;}
    [all...]
gles_proc.h 104 typedef void (* glGenTextures_t) (GLsizei, GLuint*);
gles_dispatch.cpp 106 ptr = dlsym(gles_android,"glGenTextures"); disp->set_glGenTextures((glGenTextures_t)ptr);

Completed in 26 milliseconds