Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h16 rcGetConfigs_client_proc_t rcGetConfigs; member
DrenderControl_ftable.h16 {"rcGetConfigs", (void*)rcGetConfigs},
DrenderControl.attrib23 rcGetConfigs
DrenderControl_client_context.h18 rcGetConfigs_client_proc_t rcGetConfigs; member
DrenderControl_client_context.cpp18 rcGetConfigs = (rcGetConfigs_client_proc_t) getProc("rcGetConfigs", userData); in initDispatchByName()
DrenderControl.in6 GL_ENTRY(EGLint, rcGetConfigs, uint32_t bufSize, GLuint *buffer)
DrenderControl_entry.cpp13 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()
DREADME28 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
47 … - the returned matching configuration names (same names as familiar to the client in rcGetConfigs)
DrenderControl_enc.cpp2833 this->rcGetConfigs = &rcGetConfigs_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h18 rcGetConfigs_server_proc_t rcGetConfigs; member
DrenderControl_server_context.cpp18 rcGetConfigs = (rcGetConfigs_server_proc_t) getProc("rcGetConfigs", userData); in initDispatchByName()
DrenderControl_dec.cpp177 …*(EGLint *)(&tmpBuf[0 + size_buffer]) = this->rcGetConfigs(var_bufSize, (GLuint*)(outptr_buffer… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib26 rcGetConfigs
DrenderControl.in6 GL_ENTRY(EGLint, rcGetConfigs, uint32_t bufSize, GLuint *buffer)
/hardware/google/gfxstream/host/
DRenderControl.cpp728 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) in rcGetConfigs() function
1556 dec->rcGetConfigs = rcGetConfigs; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp179 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize()