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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h 17 {"rcChooseConfig", (void*)rcChooseConfig},
renderControl_client_base.h 17 rcChooseConfig_client_proc_t rcChooseConfig;
renderControl_client_context.h 19 rcChooseConfig_client_proc_t rcChooseConfig;
renderControl_client_context.cpp 19 rcChooseConfig = (rcChooseConfig_client_proc_t) getProc("rcChooseConfig", userData);
renderControl_entry.cpp 14 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size);
88 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size)
91 return ctx->rcChooseConfig(ctx, attribs, attribs_size, configs, configs_size);
renderControl_enc.cpp 326 ALOGE("rcChooseConfig: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 814 *num_config = rcEnc->rcChooseConfig(rcEnc,
    [all...]

Completed in 113 milliseconds