Searched refs:var_sync (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_dec.cpp | 648 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local 658 …ientWaitSyncKHR(sync:0x%016lx flags:0x%08x timeout:0x%016lx )", stream, var_sync, var_flags, var_t… in decode() 659 *(EGLint *)(&tmpBuf[0]) = this->rcClientWaitSyncKHR(var_sync, var_flags, var_timeout); in decode() 683 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local 691 DECODER_DEBUG_LOG("renderControl(%p): rcDestroySyncKHR(sync:0x%016lx )", stream, var_sync); in decode() 692 *(int *)(&tmpBuf[0]) = this->rcDestroySyncKHR(var_sync); in decode() 770 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local 776 …_LOG("renderControl(%p): rcWaitSyncKHR(sync:0x%016lx flags:0x%08x )", stream, var_sync, var_flags); in decode() 777 this->rcWaitSyncKHR(var_sync, var_flags); in decode() 1027 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local [all …]
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 6020 GLsync var_sync = Unpack<GLsync,uint64_t>(ptr + 8); in decode() local 6032 DECODER_DEBUG_LOG("gles2(%p): glIsSync(sync:%p )", stream, var_sync); in decode() 6033 *(GLboolean *)(&tmpBuf[0]) = this->glIsSync(var_sync); in decode() 6044 GLsync var_sync = Unpack<GLsync,uint64_t>(ptr + 8); in decode() local 6059 …sync:%p pname:0x%08x bufSize:%d length:%p(%u) values:%p(%u) )", stream, var_sync, var_pname, var_b… in decode() 6060 …this->glGetSynciv(var_sync, var_pname, var_bufSize, (GLsizei*)(inptr_length.get()), (GLint*)(inptr… in decode() 6154 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local 6166 DECODER_DEBUG_LOG("gles2(%p): glIsSyncAEMU(sync:0x%016lx )", stream, var_sync); in decode() 6167 *(GLboolean *)(&tmpBuf[0]) = this->glIsSyncAEMU(this, var_sync); in decode() 6178 uint64_t var_sync = Unpack<uint64_t,uint64_t>(ptr + 8); in decode() local [all …]
|