HomeSort by relevance Sort by last modified time
    Searched refs:rcGetConfigs (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h 16 {"rcGetConfigs", (void*)rcGetConfigs},
renderControl_client_base.h 16 rcGetConfigs_client_proc_t rcGetConfigs;
renderControl_client_context.h 18 rcGetConfigs_client_proc_t rcGetConfigs;
renderControl_client_context.cpp 18 rcGetConfigs = (rcGetConfigs_client_proc_t) getProc("rcGetConfigs", userData);
renderControl_entry.cpp 13 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
82 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer)
85 return ctx->rcGetConfigs(ctx, bufSize, buffer);
renderControl_enc.cpp 276 ALOGE("rcGetConfigs: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.cpp 185 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs);
186 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf);

Completed in 83 milliseconds