Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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_client_context.cpp14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName()
DrenderControl.in2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
DrenderControl_entry.cpp9 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
92 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) in rcGetEGLVersion() function
95 return ctx->rcGetEGLVersion(ctx, major, minor); in rcGetEGLVersion()
DREADME12 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
DrenderControl_enc.cpp2829 this->rcGetEGLVersion = &rcGetEGLVersion_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h14 rcGetEGLVersion_server_proc_t rcGetEGLVersion; member
DrenderControl_server_context.cpp14 rcGetEGLVersion = (rcGetEGLVersion_server_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName()
DrenderControl_dec.cpp79 …*(EGLint *)(&tmpBuf[0 + size_major + size_minor]) = this->rcGetEGLVersion((EGLint*)(outptr_majo… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib8 rcGetEGLVersion
DrenderControl.in2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
/hardware/google/gfxstream/host/
DRenderControl.cpp276 static EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) in rcGetEGLVersion() function
1552 dec->rcGetEGLVersion = rcGetEGLVersion; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp140 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor); in initialize()