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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 22 {"rcDestroyWindowSurface", (void*)rcDestroyWindowSurface},
renderControl_client_base.h 22 rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface;
renderControl_client_context.h 24 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);
113 void rcDestroyWindowSurface(uint32_t windowSurface)
116 ctx->rcDestroyWindowSurface(ctx, windowSurface);
renderControl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 300 rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
370 if (rcSurface) rcEnc->rcDestroyWindowSurface(rcEnc, rcSurface);
    [all...]

Completed in 97 milliseconds