Home
last modified time | relevance | path

Searched refs:glFormat (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp100 int glFormat = 0; in allocateImpl() local
120 glFormat = GL_RGBA; in allocateImpl()
132 glFormat = GL_RGB; in allocateImpl()
139 glFormat = GL_RGB565; in allocateImpl()
145 glFormat = GL_RGBA16F; in allocateImpl()
151 glFormat = GL_RGB10_A2; in allocateImpl()
164 glFormat = GL_LUMINANCE; in allocateImpl()
176 glFormat = GL_LUMINANCE; in allocateImpl()
189 glFormat = GL_RGBA; in allocateImpl()
197 glFormat = GL_RGBA; in allocateImpl()
[all …]
Dmapper3.cpp412 cb.glFormat, cb.glType, in lockHostImpl()
440 cb.glFormat, cb.glType, in lockHostImpl()
484 const int bpp = glUtilsPixelBitSize(cb.glFormat, cb.glType) >> 3; in unlockHostImpl()
524 cb.glFormat, cb.glType, in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp140 int glFormat, int glType,
165 int glFormat, int glType, in alloc_buffer() argument
171 glFormat, glType, in alloc_buffer()
334 handle.glFormat, handle.glType, in lock_impl()
359 handle.glFormat, handle.glType, in lock_impl()
380 const int bpp = glUtilsPixelBitSize(handle.glFormat, handle.glType) >> 3; in unlock_impl()
423 handle.glFormat, handle.glType, in unlock_impl()
530 int glFormat = 0; in gralloc_alloc() local
548 glFormat = GL_RGBA; in gralloc_alloc()
557 glFormat = GL_RGB; in gralloc_alloc()
[all …]
Dgralloc_old.cpp485 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in updateHostColorBuffer()
539 cb->glFormat, cb->glType, in updateHostColorBuffer()
564 cb->glFormat, cb->glType, to_send); in updateHostColorBuffer()
657 GLenum glFormat = 0; in gralloc_alloc() local
668 glFormat = GL_RGBA; in gralloc_alloc()
676 glFormat = GL_RGB; in gralloc_alloc()
685 glFormat = GL_RGB565; in gralloc_alloc()
691 glFormat = GL_RGBA16F; in gralloc_alloc()
696 glFormat = GL_RGB10_A2; in gralloc_alloc()
713 glFormat = GL_LUMINANCE; in gralloc_alloc()
[all …]
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h51 glFormat(p_glFormat), in cb_handle_t()
115 int32_t glFormat; // OpenGL format enum used for host h/w color buffer member