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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 12 {"rcGetEGLVersion", (void*)rcGetEGLVersion},
renderControl_client_context.h 12 rcGetEGLVersion_client_proc_t rcGetEGLVersion;
renderControl_client_context.cpp 14 rcGetEGLVersion = (rcGetEGLVersion_client_proc_t) getProc("rcGetEGLVersion", userData);
renderControl_entry.cpp 10 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
50 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor)
53 return ctx->rcGetEGLVersion(ctx, major, minor);
renderControl_enc.cpp 536 this->rcGetEGLVersion = &rcGetEGLVersion_enc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 31 static EGLint rcGetEGLVersion(EGLint* major, EGLint* minor)
345 dec->set_rcGetEGLVersion(rcGetEGLVersion);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 140 EGLint status = rcEnc->rcGetEGLVersion(rcEnc, &m_major, &m_minor);

Completed in 292 milliseconds