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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 21 {"rcCreateWindowSurface", (void*)rcCreateWindowSurface},
renderControl_client_base.h 21 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface;
renderControl_client_context.h 23 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface;
renderControl_client_context.cpp 23 rcCreateWindowSurface = (rcCreateWindowSurface_client_proc_t) getProc("rcCreateWindowSurface", userData);
renderControl_entry.cpp 19 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
107 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height)
110 return ctx->rcCreateWindowSurface(ctx, config, width, height);
renderControl_enc.cpp 456 ALOGE("rcCreateWindowSurface: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 272 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)config,
275 ALOGE("rcCreateWindowSurface returned 0");
378 rcSurface = rcEnc->rcCreateWindowSurface(rcEnc, (uintptr_t)config,
381 ALOGE("rcCreateWindowSurface returned 0");
    [all...]

Completed in 36 milliseconds