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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
renderControl_client_context.h 22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface;
48 virtual rcDestroyWindowSurface_client_proc_t set_rcDestroyWindowSurface(rcDestroyWindowSurface_client_proc_t f) { rcDestroyWindowSurface_client_proc_t retval = rcDestroyWindowSurface; rcDestroyWindowSurface = f; return retval;}
renderControl_entry.cpp 20 void rcDestroyWindowSurface(uint32_t windowSurface);
109 void rcDestroyWindowSurface(uint32_t windowSurface)
112 ctx->rcDestroyWindowSurface(ctx, windowSurface);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 197 static void rcDestroyWindowSurface(uint32_t windowSurface)
346 dec->set_rcDestroyWindowSurface(rcDestroyWindowSurface);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 299 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
366 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
    [all...]

Completed in 21 milliseconds