Searched defs:rcGetConfigs (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/opengl/system/renderControl_enc/
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);

Completed in 148 milliseconds