/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 273 uint32_t var_height = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local 281 …dowSurface(config:0x%08x width:0x%08x height:0x%08x )", stream, var_config, var_width, var_height); in decode() 282 *(uint32_t *)(&tmpBuf[0]) = this->rcCreateWindowSurface(var_config, var_width, var_height); in decode() 307 uint32_t var_height = Unpack<uint32_t,uint32_t>(ptr + 8 + 4); in decode() local 316 …idth:0x%08x height:0x%08x internalFormat:0x%08x )", stream, var_width, var_height, var_internalFor… in decode() 317 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat… in decode() 488 GLint var_height = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4); in decode() local 500 …8x pixels:%p(%u) )", stream, var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var… in decode() 501 …this->rcReadColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type… in decode() 517 GLint var_height = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4); in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 442 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4); in decode() local 455 …(%u) )", stream, var_target, var_level, var_internalformat, var_width, var_height, var_border, var… in decode() 456 …this->glCompressedTexImage2D(var_target, var_level, var_internalformat, var_width, var_height, var… in decode() 468 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local 481 …", stream, var_target, var_level, var_xoffset, var_yoffset, var_width, var_height, var_format, var… in decode() 482 …SubImage2D(var_target, var_level, var_xoffset, var_yoffset, var_width, var_height, var_format, var… in decode() 495 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 505 …tream, var_target, var_level, var_internalformat, var_x, var_y, var_width, var_height, var_border); in decode() 506 …mage2D(var_target, var_level, var_internalformat, var_x, var_y, var_width, var_height, var_border); in decode() 520 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 1123 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4); in decode() local 1136 …(%u) )", stream, var_target, var_level, var_internalformat, var_width, var_height, var_border, var… in decode() 1137 …this->glCompressedTexImage2D(var_target, var_level, var_internalformat, var_width, var_height, var… in decode() 1149 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local 1162 …", stream, var_target, var_level, var_xoffset, var_yoffset, var_width, var_height, var_format, var… in decode() 1163 …SubImage2D(var_target, var_level, var_xoffset, var_yoffset, var_width, var_height, var_format, var… in decode() 1176 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 1186 …tream, var_target, var_level, var_internalformat, var_x, var_y, var_width, var_height, var_border); in decode() 1187 …mage2D(var_target, var_level, var_internalformat, var_x, var_y, var_width, var_height, var_border); in decode() 1201 GLsizei var_height = Unpack<GLsizei,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|