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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 216 glTexEnvxvOES_t glTexEnvxvOES;
gl_proc.h 216 typedef void (GL_APIENTRY *glTexEnvxvOES_t) (GLenum, GLenum, const GLfixed*);
GLDispatch.cpp 233 s_gl.glTexEnvxvOES = (glTexEnvxvOES_t) s_gles_lib->findSymbol("glTexEnvxvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 216 glTexEnvxvOES_t glTexEnvxvOES;
    [all...]
gles_proc.h 216 typedef void (* glTexEnvxvOES_t) (GLenum, GLenum, const GLfixed*);
gles_dispatch.cpp 218 ptr = dlsym(gles_android,"glTexEnvxvOES"); disp->set_glTexEnvxvOES((glTexEnvxvOES_t)ptr);

Completed in 25 milliseconds