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

/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
H A DrenderControl_client_context.h12 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member in struct:renderControl_client_context_t
38 virtual rcGetEGLVersion_client_proc_t set_rcGetEGLVersion(rcGetEGLVersion_client_proc_t f) { rcGetEGLVersion_client_proc_t retval = rcGetEGLVersion; rcGetEGLVersion = f; return retval;}
H A DrenderControl_entry.cpp10 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
49 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) function
52 return ctx->rcGetEGLVersion(ctx, major, minor);
/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.cpp128 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);

Completed in 2589 milliseconds