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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_client_base.h 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
renderControl_entry.cpp 20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
124 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
127 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
renderControl_client_context.h 25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;

Completed in 2792 milliseconds