Searched refs:glType (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/hals/ |
D | allocator3.cpp | 101 int glType = 0; in allocateImpl() local 121 glType = GL_UNSIGNED_BYTE; in allocateImpl() 133 glType = GL_UNSIGNED_BYTE; in allocateImpl() 140 glType = GL_UNSIGNED_SHORT_5_6_5; in allocateImpl() 146 glType = GL_HALF_FLOAT; in allocateImpl() 152 glType = GL_UNSIGNED_INT_2_10_10_10_REV; in allocateImpl() 165 glType = GL_UNSIGNED_SHORT; in allocateImpl() 177 glType = GL_UNSIGNED_BYTE; in allocateImpl() 190 glType = GL_UNSIGNED_BYTE; in allocateImpl() 198 glType = GL_UNSIGNED_BYTE; in allocateImpl() [all …]
|
D | mapper3.cpp | 412 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/ |
D | gralloc_30.cpp | 140 int glFormat, int glType, 167 int glFormat, int glType, in alloc_buffer() argument 173 glFormat, glType, in alloc_buffer() 336 handle.glFormat, handle.glType, in lock_impl() 361 handle.glFormat, handle.glType, in lock_impl() 382 const int bpp = glUtilsPixelBitSize(handle.glFormat, handle.glType) >> 3; in unlock_impl() 425 handle.glFormat, handle.glType, in unlock_impl() 533 int glType = 0; in gralloc_alloc() local 551 glType = GL_UNSIGNED_BYTE; in gralloc_alloc() 560 glType = GL_UNSIGNED_BYTE; in gralloc_alloc() [all …]
|
D | gralloc_old.cpp | 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() 658 GLenum glType = 0; in gralloc_alloc() local 669 glType = GL_UNSIGNED_BYTE; in gralloc_alloc() 677 glType = GL_UNSIGNED_BYTE; in gralloc_alloc() 686 glType = GL_UNSIGNED_SHORT_5_6_5; in gralloc_alloc() 692 glType = GL_HALF_FLOAT; in gralloc_alloc() 697 glType = GL_UNSIGNED_INT_2_10_10_10_REV; in gralloc_alloc() 714 glType = GL_UNSIGNED_SHORT; in gralloc_alloc() [all …]
|
/device/generic/goldfish-opengl/shared/gralloc_cb/include/ |
D | gralloc_cb_bp.h | 52 glType(p_glType), in cb_handle_t() 116 int32_t glType; // OpenGL type enum used when uploading to host member
|