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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 61 glActiveTexture_t glActiveTexture;
gl_proc.h 61 typedef void (GL_APIENTRY *glActiveTexture_t) (GLenum);
GLDispatch.cpp 78 s_gl.glActiveTexture = (glActiveTexture_t) s_gles_lib->findSymbol("glActiveTexture");
  /development/tools/emulator/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 78 milliseconds