Searched refs:var_internalFormat (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 308 GLenum var_internalFormat = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 316 …:0x%08x height:0x%08x internalFormat:0x%08x )", stream, var_width, var_height, var_internalFormat); in decode() 317 …(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat); in decode() 749 GLenum var_internalFormat = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 758 …ormat:0x%08x frameworkFormat:%d )", stream, var_width, var_height, var_internalFormat, var_framewo… in decode() 759 …mpBuf[0]) = this->rcCreateColorBufferDMA(var_width, var_height, var_internalFormat, var_framewo… in decode() 1049 GLenum var_internalFormat = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 1055 …rnalFormat:0x%08x handle:0x%08x )", stream, var_width, var_height, var_internalFormat, var_handle); in decode() 1056 this->rcCreateColorBufferWithHandle(var_width, var_height, var_internalFormat, var_handle); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 7217 GLint var_internalFormat = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4); in decode() local 7234 …:0x%08x type:0x%08x data:%p(%u) )", stream, var_target, var_level, var_internalFormat, var_width, … in decode() 7235 …this->glTexImage3D(var_target, var_level, var_internalFormat, var_width, var_height, var_depth, va… in decode() 7244 GLint var_internalFormat = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4); in decode() local 7260 …at:0x%08x type:0x%08x offset:%u )", stream, var_target, var_level, var_internalFormat, var_width, … in decode() 7261 …this->glTexImage3DOffsetAEMU(this, var_target, var_level, var_internalFormat, var_width, var_heigh… in decode() 9511 GLenum var_internalFormat = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local 9521 …get:0x%08x internalFormat:0x%08x buffer:%u )", stream, var_target, var_internalFormat, var_buffer); in decode() 9522 this->glTexBufferOES_dec(this, var_target, var_internalFormat, var_buffer); in decode() 9530 GLenum var_internalFormat = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local [all …]
|