HomeSort by relevance Sort by last modified time
    Searched refs:rcDestroyWindowSurface (Results 1 - 6 of 6) 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;
renderControl_client_context.cpp 24 rcDestroyWindowSurface = (rcDestroyWindowSurface_client_proc_t) getProc("rcDestroyWindowSurface", userData);
renderControl_entry.cpp 20 void rcDestroyWindowSurface(uint32_t windowSurface);
110 void rcDestroyWindowSurface(uint32_t windowSurface)
113 ctx->rcDestroyWindowSurface(ctx, windowSurface);
renderControl_enc.cpp 546 this->rcDestroyWindowSurface = &rcDestroyWindowSurface_enc;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 302 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
369 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
    [all...]

Completed in 6149 milliseconds