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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h 34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
renderControl_client_base.h 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer;
renderControl_client_context.h 36 rcReadColorBuffer_client_proc_t rcReadColorBuffer;
renderControl_client_context.cpp 36 rcReadColorBuffer = (rcReadColorBuffer_client_proc_t) getProc("rcReadColorBuffer", userData);
renderControl_entry.cpp 31 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
190 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
193 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_enc.cpp 889 ALOGE("rcReadColorBuffer: GL communication error, please report this issue to b.android.com.\n");
    [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp     [all...]

Completed in 46 milliseconds