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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 20 {"rcDestroyContext", (void*)rcDestroyContext},
renderControl_client_context.h 20 rcDestroyContext_client_proc_t rcDestroyContext;
renderControl_client_context.cpp 22 rcDestroyContext = (rcDestroyContext_client_proc_t) getProc("rcDestroyContext", userData);
renderControl_entry.cpp 18 void rcDestroyContext(uint32_t context);
98 void rcDestroyContext(uint32_t context)
101 ctx->rcDestroyContext(ctx, context);
renderControl_enc.cpp 544 this->rcDestroyContext = &rcDestroyContext_enc;
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 934 rcEnc->rcDestroyContext(rcEnc, context->rcContext);
    [all...]

Completed in 106 milliseconds