Searched refs:rcGetConfigs (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_client_base.h | 16 rcGetConfigs_client_proc_t rcGetConfigs; member
|
D | renderControl_ftable.h | 16 {"rcGetConfigs", (void*)rcGetConfigs},
|
D | renderControl.attrib | 23 rcGetConfigs
|
D | renderControl_client_context.h | 18 rcGetConfigs_client_proc_t rcGetConfigs; member
|
D | renderControl_client_context.cpp | 18 rcGetConfigs = (rcGetConfigs_client_proc_t) getProc("rcGetConfigs", userData); in initDispatchByName()
|
D | renderControl.in | 6 GL_ENTRY(EGLint, rcGetConfigs, uint32_t bufSize, GLuint *buffer)
|
D | renderControl_entry.cpp | 13 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer); 116 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) in rcGetConfigs() function 119 return ctx->rcGetConfigs(ctx, bufSize, buffer); in rcGetConfigs()
|
D | README | 28 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer); 47 … - the returned matching configuration names (same names as familiar to the client in rcGetConfigs)
|
D | renderControl_enc.cpp | 2833 this->rcGetConfigs = &rcGetConfigs_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 18 rcGetConfigs_server_proc_t rcGetConfigs; member
|
D | renderControl_server_context.cpp | 18 rcGetConfigs = (rcGetConfigs_server_proc_t) getProc("rcGetConfigs", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 177 …*(EGLint *)(&tmpBuf[0 + size_buffer]) = this->rcGetConfigs(var_bufSize, (GLuint*)(outptr_buffer… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 26 rcGetConfigs
|
D | renderControl.in | 6 GL_ENTRY(EGLint, rcGetConfigs, uint32_t bufSize, GLuint *buffer)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 728 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) in rcGetConfigs() function 1556 dec->rcGetConfigs = rcGetConfigs; in initRenderControlContext()
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.cpp | 179 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize()
|