Home
last modified time | relevance | path

Searched refs:glType (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp109 int glType = 0; in allocateImpl() local
129 glType = GL_UNSIGNED_BYTE; in allocateImpl()
138 glType = GL_UNSIGNED_BYTE; in allocateImpl()
144 glType = GL_UNSIGNED_SHORT_5_6_5; in allocateImpl()
150 glType = GL_HALF_FLOAT; in allocateImpl()
156 glType = GL_UNSIGNED_INT_2_10_10_10_REV; in allocateImpl()
167 glType = GL_UNSIGNED_SHORT; in allocateImpl()
175 glType = GL_UNSIGNED_BYTE; in allocateImpl()
190 glType = GL_UNSIGNED_BYTE; in allocateImpl()
198 glType = GL_UNSIGNED_BYTE; in allocateImpl()
[all …]
Dmapper3.cpp457 cb.glFormat, cb.glType, in lockHostImpl()
491 cb.glFormat, cb.glType, in lockHostImpl()
497 cb.glFormat, cb.glType, in lockHostImpl()
542 const int bpp = glUtilsPixelBitSize(cb.glFormat, cb.glType) >> 3; in unlockHostImpl()
577 cb.glFormat, cb.glType, in unlockHostImpl()
Dcb_handle_30.h53 glType(p_glType), in cb_handle_30_t()
110 uint32_t glType; // OpenGL type enum used when uploading to host member
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp101 glType(p_glType), in cb_handle_old_t()
164 uint32_t glType; // OpenGL type enum used when uploading to host member
505 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3; in updateHostColorBuffer()
557 cb->glFormat, cb->glType, in updateHostColorBuffer()
582 cb->glFormat, cb->glType, to_send); in updateHostColorBuffer()
676 GLenum glType = 0; in gralloc_alloc() local
687 glType = GL_UNSIGNED_BYTE; in gralloc_alloc()
695 glType = GL_UNSIGNED_BYTE; in gralloc_alloc()
704 glType = GL_UNSIGNED_SHORT_5_6_5; in gralloc_alloc()
710 glType = GL_HALF_FLOAT; in gralloc_alloc()
[all …]