Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/system/OpenglSystemCommon/
Dgralloc_cb.h41 glFormat(p_glFormat), in cb_handle_t()
93 int glFormat; // OpenGL format enum used for host h/w color buffer member
/development/tools/emulator/opengl/system/gralloc/
Dgralloc.cpp188 GLenum glFormat = 0; in gralloc_alloc() local
198 glFormat = GL_RGBA; in gralloc_alloc()
203 glFormat = GL_RGB; in gralloc_alloc()
208 glFormat = GL_RGB; in gralloc_alloc()
213 glFormat = GL_RGB5_A1_OES; in gralloc_alloc()
218 glFormat = GL_RGBA4_OES; in gralloc_alloc()
229 glFormat = GL_LUMINANCE; in gralloc_alloc()
239 glFormat = GL_LUMINANCE; in gralloc_alloc()
300 w, h, format, glFormat, glType); in gralloc_alloc()
326 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
[all …]