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

  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h 25 {"rcCloseColorBuffer", (void*)rcCloseColorBuffer},
renderControl_client_base.h 25 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer;
renderControl_client_context.h 27 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer;
renderControl_client_context.cpp 27 rcCloseColorBuffer = (rcCloseColorBuffer_client_proc_t) getProc("rcCloseColorBuffer", userData);
renderControl_entry.cpp 22 void rcCloseColorBuffer(uint32_t colorbuffer);
136 void rcCloseColorBuffer(uint32_t colorbuffer)
139 ctx->rcCloseColorBuffer(ctx, colorbuffer);
renderControl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 721 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
723 D("A rcCloseColorBuffer is owed!!! sdk ver: %d", PLATFORM_SDK_VERSION);
958 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
961 // Queue up another rcCloseColorBuffer if applicable.
966 D("%s: revenge of the rcCloseColorBuffer!", __func__);
967 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 585 if (rcColorBuffer) rcEnc->rcCloseColorBuffer(rcEnc, rcColorBuffer);
    [all...]

Completed in 781 milliseconds