Home
last modified time | relevance | path

Searched refs:allocFormat (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp349 const GLenum allocFormat = in allocateCb() local
355 allocFormat, static_cast<int>(emulatorFrameworkFormat)); in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp881 GLenum allocFormat = glFormat; in gralloc_alloc() local
888 allocFormat = GL_RGB; in gralloc_alloc()
893 …cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, selectedEmuFrameworkForma… in gralloc_alloc()
895 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()