Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp356 const GLenum allocFormat = in allocateCb() local
362 allocFormat, static_cast<int>(emulatorFrameworkFormat)); in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp863 GLenum allocFormat = glFormat; in gralloc_alloc() local
870 allocFormat = GL_RGB; in gralloc_alloc()
875 …cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, selectedEmuFrameworkForma… in gralloc_alloc()
877 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()
Dgralloc_30.cpp825 const GLenum allocFormat = in alloc_buffer() local
831 allocFormat, emulatorFrameworkFormat); in alloc_buffer()