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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 157 glTexEnvxv_t glTexEnvxv;
gl_proc.h 157 typedef void (GL_APIENTRY *glTexEnvxv_t) (GLenum, GLenum, const GLfixed*);
GLDispatch.cpp 174 s_gl.glTexEnvxv = (glTexEnvxv_t) s_gles_lib->findSymbol("glTexEnvxv");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 157 glTexEnvxv_t glTexEnvxv;
429 glTexEnvxv_t set_glTexEnvxv(glTexEnvxv_t f) { glTexEnvxv_t retval = glTexEnvxv; glTexEnvxv = f; return retval;}
    [all...]
gles_proc.h 157 typedef void (* glTexEnvxv_t) (GLenum, GLenum, const GLfixed*);
gles_dispatch.cpp 159 ptr = dlsym(gles_android,"glTexEnvxv"); disp->set_glTexEnvxv((glTexEnvxv_t)ptr);

Completed in 44 milliseconds