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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 16 {"rcGetConfigs", (void*)rcGetConfigs},
renderControl_client_context.h 16 rcGetConfigs_client_proc_t rcGetConfigs;
43 virtual rcGetConfigs_client_proc_t set_rcGetConfigs(rcGetConfigs_client_proc_t f) { rcGetConfigs_client_proc_t retval = rcGetConfigs; rcGetConfigs = f; return retval;}
renderControl_entry.cpp 14 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer);
74 EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer)
77 return ctx->rcGetConfigs(ctx, bufSize, buffer);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 104 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer)
349 dec->set_rcGetConfigs(rcGetConfigs);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 177 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs);
178 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf);

Completed in 180 milliseconds