Lines Matching refs:glFormat
485 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()
727 glFormat = GL_LUMINANCE; in gralloc_alloc()
742 glFormat = GL_RGBA; in gralloc_alloc()
751 glFormat = GL_RGB; in gralloc_alloc()
844 glFormat, glType); in gralloc_alloc()
863 GLenum allocFormat = glFormat; in gralloc_alloc()
1255 … 0, 0, cb->width, cb->height, cb->glFormat, cb->glType, tmpBuf); in gralloc_lock()
1267 0, 0, cb->width, cb->height, cb->glFormat, cb->glType, rgb_addr); in gralloc_lock()