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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
renderControl_entry.cpp 21 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
116 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
119 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);

Completed in 2492 milliseconds