HomeSort by relevance Sort by last modified time
    Searched full:rcdestroywindowsurface (Results 1 - 4 of 4) sorted by null

  /development/tools/emulator/opengl/system/renderControl_enc/
renderControl.in 12 GL_ENTRY(void, rcDestroyWindowSurface, uint32_t windowSurface)
README 71 void rcDestroyWindowSurface(uint32_t windowSurface);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 197 static void rcDestroyWindowSurface(uint32_t windowSurface)
346 dec->set_rcDestroyWindowSurface(rcDestroyWindowSurface);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 299 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
367 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
    [all...]

Completed in 230 milliseconds