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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 35 {"rcUpdateColorBuffer", (void*)rcUpdateColorBuffer},
renderControl_client_base.h 35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer;
renderControl_client_context.h 37 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer;
renderControl_client_context.cpp 37 rcUpdateColorBuffer = (rcUpdateColorBuffer_client_proc_t) getProc("rcUpdateColorBuffer", userData);
renderControl_entry.cpp 33 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
191 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
194 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 762 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle,
771 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, 0, 0,
    [all...]

Completed in 476 milliseconds