Searched refs:rcGetConfigs (Results 1 - 4 of 4) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_ftable.h16 {"rcGetConfigs", (void*)rcGetConfigs},
H A DrenderControl_client_context.h16 rcGetConfigs_client_proc_t rcGetConfigs; member in struct:renderControl_client_context_t
42 virtual rcGetConfigs_client_proc_t set_rcGetConfigs(rcGetConfigs_client_proc_t f) { rcGetConfigs_client_proc_t retval = rcGetConfigs; rcGetConfigs = f; return retval;}
H A DrenderControl_entry.cpp14 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
73 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) function
76 return ctx->rcGetConfigs(ctx, bufSize, buffer);
/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.cpp165 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs);
166 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf);

Completed in 27 milliseconds