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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 16 rcGetConfigs_client_proc_t rcGetConfigs;
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);

Completed in 812 milliseconds