HomeSort by relevance Sort by last modified time
    Searched defs:rcGetEGLVersion (Results 1 - 2 of 2) 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);

Completed in 2366 milliseconds