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_context.h 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer;
renderControl_client_context.cpp 36 rcReadColorBuffer = (rcReadColorBuffer_client_proc_t) getProc("rcReadColorBuffer", userData);
renderControl_entry.cpp 32 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels);
182 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels)
185 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels);
renderControl_enc.cpp 558 this->rcReadColorBuffer = &rcReadColorBuffer_enc;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 320 static void rcReadColorBuffer(uint32_t colorBuffer,
367 dec->set_rcReadColorBuffer(rcReadColorBuffer);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 690 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle,

Completed in 62 milliseconds