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

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 207 static uint32_t rcCreateColorBuffer(uint32_t width,
347 dec->set_rcCreateColorBuffer(rcCreateColorBuffer);
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 241 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 382 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(),
385 LOGE("rcCreateColorBuffer returned 0");
    [all...]

Completed in 367 milliseconds