Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/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_entry.cpp13 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
97 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) in rcGetConfigs() function
100 return ctx->rcGetConfigs(ctx, bufSize, buffer); in rcGetConfigs()
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)
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.cpp1981 this->rcGetConfigs = &rcGetConfigs_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib25 rcGetConfigs
DrenderControl.in6 GL_ENTRY(EGLint, rcGetConfigs, uint32_t bufSize, GLuint *buffer)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp310 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) { in rcGetConfigs() function
833 rcGetConfigs = ::rcGetConfigs; in RenderControl()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp183 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize()