HomeSort by relevance Sort by last modified time
    Searched defs:rcDestroyContext (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 18 void rcDestroyContext(uint32_t context);
97 void rcDestroyContext(uint32_t context)
100 ctx->rcDestroyContext(ctx, context);
renderControl_client_context.h 20 rcDestroyContext_client_proc_t rcDestroyContext;
46 virtual rcDestroyContext_client_proc_t set_rcDestroyContext(rcDestroyContext_client_proc_t f) { rcDestroyContext_client_proc_t retval = rcDestroyContext; rcDestroyContext = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 176 static void rcDestroyContext(uint32_t context)
344 dec->set_rcDestroyContext(rcDestroyContext);

Completed in 47 milliseconds