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

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_init.h 39 extern struct _glapi_table *__glXNewIndirectAPI(void);
indirect_glx.c 36 extern struct _glapi_table *__glXNewIndirectAPI(void);
147 IndirectAPI = __glXNewIndirectAPI();
  /external/mesa3d/src/glx/
indirect_init.h 39 extern struct _glapi_table *__glXNewIndirectAPI(void);
indirect_glx.c 36 extern struct _glapi_table *__glXNewIndirectAPI(void);
147 IndirectAPI = __glXNewIndirectAPI();
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
indirect_api.cpp 29 * \c __glXNewIndirectAPI.
719 this->table = (_glapi_proc *) __glXNewIndirectAPI();
733 /* __glXNewIndirectAPI determines the size of the dispatch table by calling
735 * a flag so that we can detect that __glXNewIndirectAPI called it.
738 _glapi_table *table = __glXNewIndirectAPI();
    [all...]
  /external/mesa3d/src/glx/tests/
indirect_api.cpp 29 * \c __glXNewIndirectAPI.
719 this->table = (_glapi_proc *) __glXNewIndirectAPI();
733 /* __glXNewIndirectAPI determines the size of the dispatch table by calling
735 * a flag so that we can detect that __glXNewIndirectAPI called it.
738 _glapi_table *table = __glXNewIndirectAPI();
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_init.c 57 struct _glapi_table * __glXNewIndirectAPI( void )
    [all...]

Completed in 69 milliseconds