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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 12 rcGetEGLVersion_client_proc_t rcGetEGLVersion;
renderControl_entry.cpp 10 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor);
50 EGLint rcGetEGLVersion(EGLint* major, EGLint* minor)
53 return ctx->rcGetEGLVersion(ctx, major, minor);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 31 static EGLint rcGetEGLVersion(EGLint* major, EGLint* minor)
345 dec->set_rcGetEGLVersion(rcGetEGLVersion);

Completed in 55 milliseconds