Searched refs:rcDestroyContext (Results 1 - 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
H A DrenderControl_ftable.h20 {"rcDestroyContext", (void*)rcDestroyContext},
H A DrenderControl_client_base.h20 rcDestroyContext_client_proc_t rcDestroyContext; member in struct:renderControl_client_base_t
H A DrenderControl_client_context.h22 rcDestroyContext_client_proc_t rcDestroyContext; member in struct:renderControl_client_context_t
H A DrenderControl_client_context.cpp22 rcDestroyContext = (rcDestroyContext_client_proc_t) getProc("rcDestroyContext", userData);
H A DrenderControl_entry.cpp17 void rcDestroyContext(uint32_t context);
107 void rcDestroyContext(uint32_t context) function
110 ctx->rcDestroyContext(ctx, context);
H A DrenderControl_enc.cpp1410 this->rcDestroyContext = &rcDestroyContext_enc;
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp1292 rcEnc->rcDestroyContext(rcEnc, context->rcContext);
1604 rcEnc->rcDestroyContext(rcEnc, context->rcContext);

Completed in 15 milliseconds