/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_dec.cpp | 1099 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local 1111 …nter(size:%d type:0x%08x stride:%d pointer:%p(%u) )", stream, var_size, var_type, var_stride, (con… in decode() 1112 this->glColorPointer(var_size, var_type, var_stride, (const GLvoid*)(inptr_pointer.get())); in decode() 1380 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 1391 …8x count:%d type:0x%08x indices:%p(%u) )", stream, var_mode, var_count, var_type, (const GLvoid*)(… in decode() 1392 this->glDrawElements(var_mode, var_count, var_type, (const GLvoid*)(inptr_indices.get())); in decode() 2298 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local 2310 …1(%p): glNormalPointer(type:0x%08x stride:%d pointer:%p(%u) )", stream, var_type, var_stride, (con… in decode() 2311 this->glNormalPointer(var_type, var_stride, (const GLvoid*)(inptr_pointer.get())); in decode() 2467 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|
/hardware/google/gfxstream/scripts/ |
D | gen-entries.py | 538 def get_printf_format(var_type, var_name): argument 539 if '*' in var_type: 546 if 'PROC' in var_type: 549 return VARTYPE_TO_PRINT_FORMAT[var_type]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 560 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local 572 DECODER_DEBUG_LOG("gles2(%p): glCreateShader(type:0x%08x )", stream, var_type); in decode() 573 *(GLuint *)(&tmpBuf[0]) = this->glCreateShader_dec(this, var_type); in decode() 836 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local 847 …8x count:%d type:0x%08x indices:%p(%u) )", stream, var_mode, var_count, var_type, (const GLvoid*)(… in decode() 848 this->glDrawElements(var_mode, var_count, var_type, (const GLvoid*)(inptr_indices.get())); in decode() 2109 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local 2123 …els:%p(%u) )", stream, var_x, var_y, var_width, var_height, var_format, var_type, (GLvoid*)(outptr… in decode() 2124 …this->glReadPixels(var_x, var_y, var_width, var_height, var_format, var_type, (GLvoid*)(outptr_pix… in decode() 2375 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 490 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 500 …ream, var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type, (void*)(outptr_p… in decode() 501 …uffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type, (void*)(outptr_p… in decode() 519 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local 529 …ream, var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type, (void*)(inptr_pi… in decode() 530 …uffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type, (void*)(inptr_pi… in decode() 617 EGLenum var_type = Unpack<EGLenum,uint32_t>(ptr + 8); in decode() local 634 …oy_when_signaled:%d glsync_out:%p(%u) syncthread_out:%p(%u) )", stream, var_type, (EGLint*)(inptr_… in decode() 635 …this->rcCreateSyncKHR(var_type, (EGLint*)(inptr_attribs.get()), var_num_attribs, var_destroy_when_… in decode() 722 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local [all …]
|