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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 104 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer)
340 dec->set_rcGetConfigs(rcGetConfigs);
  /development/tools/emulator/opengl/system/egl/
eglDisplay.cpp 164 //EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), m_configs);
165 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf);

Completed in 57 milliseconds