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

/device/generic/goldfish-opengl/system/renderControl_enc/
H A DrenderControl_ftable.h12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
H A DrenderControl_client_base.h12 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member in struct:renderControl_client_base_t
H A DrenderControl_client_context.h14 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member in struct:renderControl_client_context_t
H A DrenderControl_client_context.cpp14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData);
H A DrenderControl_entry.cpp9 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
58 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) function
61 return ctx->rcGetEGLVersion(ctx, major, minor);
H A DrenderControl_enc.cpp99 ALOGE("rcGetEGLVersion: GL communication error, please report this issue to b.android.com.\n");
1376 this->rcGetEGLVersion = &rcGetEGLVersion_enc;
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.cpp148 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);

Completed in 53 milliseconds