Home
last modified time | relevance | path

Searched refs:rcGetEGLVersion (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_base.h12 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member
DrenderControl_ftable.h12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
DrenderControl.attrib5 rcGetEGLVersion
DrenderControl_client_context.h14 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member
DrenderControl_entry.cpp9 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
73 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) in rcGetEGLVersion() function
76 return ctx->rcGetEGLVersion(ctx, major, minor); in rcGetEGLVersion()
DrenderControl_client_context.cpp14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName()
DrenderControl.in2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
DREADME12 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
DrenderControl_enc.cpp1977 this->rcGetEGLVersion = &rcGetEGLVersion_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib4 rcGetEGLVersion
DrenderControl.in2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp214 static EGLint rcGetEGLVersion(void* ctx_, EGLint* major, EGLint* minor) { in rcGetEGLVersion() function
829 rcGetEGLVersion_dec = ::rcGetEGLVersion; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp143 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor); in initialize()