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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 20 {"rcDestroyContext", (void*)rcDestroyContext},
renderControl_client_base.h 20 rcDestroyContext_client_proc_t rcDestroyContext;
renderControl_client_context.h 22 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);
101 void rcDestroyContext(uint32_t context)
104 ctx->rcDestroyContext(ctx, context);
renderControl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 965 rcEnc->rcDestroyContext(rcEnc, context->rcContext);
    [all...]

Completed in 88 milliseconds