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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_base.h 21 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface;
renderControl_entry.cpp 18 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height);
113 uint32_t rcCreateWindowSurface(uint32_t config, uint32_t width, uint32_t height)
116 return ctx->rcCreateWindowSurface(ctx, config, width, height);
renderControl_client_context.h 23 rcCreateWindowSurface_client_proc_t rcCreateWindowSurface;

Completed in 545 milliseconds