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

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 654 void _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2)
679 _eglSwapConfigs(&configs[pivot], &configs[count / 2]);
688 _eglSwapConfigs(&configs[i], &configs[j]);
698 _eglSwapConfigs(&configs[pivot], &configs[j]);
  /external/mesa3d/src/egl/main/
eglconfig.c 654 void _eglSwapConfigs(const _EGLConfig **conf1, const _EGLConfig **conf2)
679 _eglSwapConfigs(&configs[pivot], &configs[count / 2]);
688 _eglSwapConfigs(&configs[i], &configs[j]);
698 _eglSwapConfigs(&configs[pivot], &configs[j]);

Completed in 51 milliseconds