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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
renderControl_client_base.h 12 rcGetEGLVersion_client_proc_t rcGetEGLVersion;
renderControl_client_context.h 14 rcGetEGLVersion_client_proc_t rcGetEGLVersion;
renderControl_client_context.cpp 14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData);
renderControl_entry.cpp 10 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
53 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor)
56 return ctx->rcGetEGLVersion(ctx, major, minor);
renderControl_enc.cpp 96 ALOGE("rcGetEGLVersion: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 134 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);

Completed in 38 milliseconds