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_entry.cpp 21 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
115 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
118 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
renderControl_client_context.h 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
49 virtual rcCreateColorBuffer_client_proc_t set_rcCreateColorBuffer(rcCreateColorBuffer_client_proc_t f) { rcCreateColorBuffer_client_proc_t retval = rcCreateColorBuffer; rcCreateColorBuffer = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 207 static uint32_t rcCreateColorBuffer(uint32_t width,
347 dec->set_rcCreateColorBuffer(rcCreateColorBuffer);

Completed in 169 milliseconds