Searched refs:rcGetNumConfigs (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 15 rcGetNumConfigs_client_proc_t rcGetNumConfigs; member
|
D | renderControl_ftable.h | 15 {"rcGetNumConfigs", (void*)rcGetNumConfigs},
|
D | renderControl.attrib | 19 rcGetNumConfigs
|
D | renderControl_client_context.h | 17 rcGetNumConfigs_client_proc_t rcGetNumConfigs; member
|
D | renderControl_client_context.cpp | 17 rcGetNumConfigs = (rcGetNumConfigs_client_proc_t) getProc("rcGetNumConfigs", userData); in initDispatchByName()
|
D | renderControl.in | 5 GL_ENTRY(EGLint, rcGetNumConfigs, uint32_t *numAttribs)
|
D | renderControl_entry.cpp | 12 EGLint rcGetNumConfigs(uint32_t* numAttribs); 110 EGLint rcGetNumConfigs(uint32_t* numAttribs) in rcGetNumConfigs() function 113 return ctx->rcGetNumConfigs(ctx, numAttribs); in rcGetNumConfigs()
|
D | README | 23 EGLint rcGetNumConfigs(uint32_t* numAttribs); 34 rcGetNumConfigs. if bufSize is not big enough then the negative number
|
D | renderControl_enc.cpp | 2832 this->rcGetNumConfigs = &rcGetNumConfigs_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 17 rcGetNumConfigs_server_proc_t rcGetNumConfigs; member
|
D | renderControl_server_context.cpp | 17 rcGetNumConfigs = (rcGetNumConfigs_server_proc_t) getProc("rcGetNumConfigs", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 153 …*(EGLint *)(&tmpBuf[0 + size_numAttribs]) = this->rcGetNumConfigs((uint32_t*)(outptr_numAttribs… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 22 rcGetNumConfigs
|
D | renderControl.in | 5 GL_ENTRY(EGLint, rcGetNumConfigs, uint32_t *numAttribs)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 717 static EGLint rcGetNumConfigs(uint32_t* p_numAttribs) in rcGetNumConfigs() function 1555 dec->rcGetNumConfigs = rcGetNumConfigs; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 162 m_numConfigs = rcEnc->rcGetNumConfigs(rcEnc, (uint32_t*)&m_numConfigAttribs); in initialize()
|