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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
renderControl_client_context.h 24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer;
50 virtual rcOpenColorBuffer_client_proc_t set_rcOpenColorBuffer(rcOpenColorBuffer_client_proc_t f) { rcOpenColorBuffer_client_proc_t retval = rcOpenColorBuffer; rcOpenColorBuffer = f; return retval;}
renderControl_entry.cpp 22 void rcOpenColorBuffer(uint32_t colorbuffer);
121 void rcOpenColorBuffer(uint32_t colorbuffer)
124 ctx->rcOpenColorBuffer(ctx, colorbuffer);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 218 static void rcOpenColorBuffer(uint32_t colorbuffer)
348 dec->set_rcOpenColorBuffer(rcOpenColorBuffer);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 548 rcEnc->rcOpenColorBuffer(rcEnc, cb->hostHandle);

Completed in 33 milliseconds