Home
last modified time | relevance | path

Searched refs:var_x (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_dec.cpp485 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4); in decode() local
500 …%08x format:0x%08x type:0x%08x pixels:%p(%u) )", stream, var_colorbuffer, var_x, var_y, var_width,… in decode()
501 …this->rcReadColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type… in decode()
514 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4); in decode() local
529 …%08x format:0x%08x type:0x%08x pixels:%p(%u) )", stream, var_colorbuffer, var_x, var_y, var_width,… in decode()
530 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_… in decode()
717 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4); in decode() local
734 …type:0x%08x pixels:%p(%u) pixels_size:0x%08x )", stream, var_colorbuffer, var_x, var_y, var_width,… in decode()
735 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBufferDMA(var_colorbuffer, var_x, var_y, var_width, v… in decode()
955 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4); in decode() local
[all …]
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_dec.cpp684 GLfloat var_x = Unpack<GLfloat,uint32_t>(ptr + 8 + 4); in decode() local
695 …DECODER_DEBUG_LOG("gles1(%p): glRotatef(angle:%f x:%f y:%f z:%f )", stream, var_angle, var_x, var_… in decode()
696 this->glRotatef(var_angle, var_x, var_y, var_z); in decode()
703 GLfloat var_x = Unpack<GLfloat,uint32_t>(ptr + 8); in decode() local
714 DECODER_DEBUG_LOG("gles1(%p): glScalef(x:%f y:%f z:%f )", stream, var_x, var_y, var_z); in decode()
715 this->glScalef(var_x, var_y, var_z); in decode()
800 GLfloat var_x = Unpack<GLfloat,uint32_t>(ptr + 8); in decode() local
811 DECODER_DEBUG_LOG("gles1(%p): glTranslatef(x:%f y:%f z:%f )", stream, var_x, var_y, var_z); in decode()
812 this->glTranslatef(var_x, var_y, var_z); in decode()
1173 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
[all …]
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_dec.cpp492 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4 + 4); in decode() local
505 …eight:%d border:%d )", stream, var_target, var_level, var_internalformat, var_x, var_y, var_width,… in decode()
506 …this->glCopyTexImage2D(var_target, var_level, var_internalformat, var_x, var_y, var_width, var_hei… in decode()
517 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4); in decode() local
529 …%d height:%d )", stream, var_target, var_level, var_xoffset, var_yoffset, var_x, var_y, var_width,… in decode()
530 …this->glCopyTexSubImage2D(var_target, var_level, var_xoffset, var_yoffset, var_x, var_y, var_width… in decode()
2104 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8); in decode() local
2123 …%d width:%d height:%d format:0x%08x type:0x%08x pixels:%p(%u) )", stream, var_x, var_y, var_width,… in decode()
2124 …this->glReadPixels(var_x, var_y, var_width, var_height, var_format, var_type, (GLvoid*)(outptr_pix… in decode()
2190 GLint var_x = Unpack<GLint,uint32_t>(ptr + 8); in decode() local
[all …]