Searched refs:rcGetEGLVersion (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 12 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member
|
D | renderControl_ftable.h | 12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
|
D | renderControl.attrib | 5 rcGetEGLVersion
|
D | renderControl_client_context.h | 14 rcGetEGLVersion_client_proc_t rcGetEGLVersion; member
|
D | renderControl_client_context.cpp | 14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName()
|
D | renderControl.in | 2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
|
D | renderControl_entry.cpp | 9 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()
|
D | README | 12 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
|
D | renderControl_enc.cpp | 2829 this->rcGetEGLVersion = &rcGetEGLVersion_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 14 rcGetEGLVersion_server_proc_t rcGetEGLVersion; member
|
D | renderControl_server_context.cpp | 14 rcGetEGLVersion = (rcGetEGLVersion_server_proc_t) getProc("rcGetEGLVersion", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 79 …*(EGLint *)(&tmpBuf[0 + size_major + size_minor]) = this->rcGetEGLVersion((EGLint*)(outptr_majo… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 8 rcGetEGLVersion
|
D | renderControl.in | 2 GL_ENTRY(EGLint, rcGetEGLVersion, EGLint *major, EGLint *minor)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 276 static EGLint rcGetEGLVersion(EGLint* major, EGLint* minor) in rcGetEGLVersion() function 1552 dec->rcGetEGLVersion = rcGetEGLVersion; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 140 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor); in initialize()
|