Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/OpenglSystemCommon/
Dgralloc_cb.h42 glFormat(p_glFormat), in cb_handle_t()
95 int glFormat; // OpenGL format enum used for host h/w color buffer member
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp191 GLenum glFormat = 0; in gralloc_alloc() local
201 glFormat = GL_RGBA; in gralloc_alloc()
206 glFormat = GL_RGB; in gralloc_alloc()
211 glFormat = GL_RGB; in gralloc_alloc()
223 glFormat = GL_LUMINANCE; in gralloc_alloc()
233 glFormat = GL_LUMINANCE; in gralloc_alloc()
295 glFormat, glType); in gralloc_alloc()
324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
749 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in gralloc_unlock()
765 cb->glFormat, cb->glType, in gralloc_unlock()
[all …]