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

  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 718 GLenum allocFormat = glFormat;
725 allocFormat = GL_RGB;
728 cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, cb->emuFrameworkFormat);
730 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat);
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]

Completed in 100 milliseconds