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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 493 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version); local
497 wctx->clientState = new GLClientState();
499 (uint32_t)wctx,
500 (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version);
503 return (EGLContext)wctx;
508 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; local
512 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext);
519 if (ti->currentContext == wctx) ti->currentContext = NULL;
520 delete wctx;
529 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx local
572 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; local
625 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 587 struct wpa_sm_ctx *wctx; local
622 wctx = os_zalloc(sizeof(*wctx));
623 if (wctx == NULL) {
627 wctx->ctx = e;
628 wctx->msg_ctx = wpa_s;
629 wctx->get_state = eapol_test_get_state;
630 wpa_s->wpa = wpa_sm_init(wctx);
633 os_free(wctx);
    [all...]

Completed in 392 milliseconds