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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 33 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
187 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
190 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_client_context.h 35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer;
61 virtual rcUpdateColorBuffer_client_proc_t set_rcUpdateColorBuffer(rcUpdateColorBuffer_client_proc_t f) { rcUpdateColorBuffer_client_proc_t retval = rcUpdateColorBuffer; rcUpdateColorBuffer = f; return retval;}
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 319 static int rcUpdateColorBuffer(uint32_t colorBuffer,
359 dec->set_rcUpdateColorBuffer(rcUpdateColorBuffer);

Completed in 84 milliseconds